From 19875c9700d175358d3aece849670ad7c1d965ea Mon Sep 17 00:00:00 2001 From: Coding Date: Sun, 13 Dec 2020 19:10:29 -0800 Subject: [PATCH] Nord theme attempt attempt nord theme --- views/guildcount.ejs | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/views/guildcount.ejs b/views/guildcount.ejs index c32efff..3c9e224 100644 --- a/views/guildcount.ejs +++ b/views/guildcount.ejs @@ -1,30 +1,33 @@ + + Guild Count
Hello <%= username %>,
You are in <%= guildcount %> guilds.
- You are the owner of <%= totals['owner'] %> guilds. + You are the owner of <%= totals['owner'] %> guilds.
- <%= totals['community'] %> of the guilds you are in have community enabled (<%= Math.round(totals['community']/guildcount * 1000)/10 %>%). + <%= totals['community'] %> of the guilds you are in have community enabled (<%= Math.round(totals['community']/guildcount * 1000)/10 %>%).
- <%= totals['partnered'] %> of the guilds you are in are partnered (<%= Math.round(totals['partnered']/guildcount * 1000)/10 %>%). + <%= totals['partnered'] %> of the guilds you are in are partnered (<%= Math.round(totals['partnered']/guildcount * 1000)/10 %>%).
- <%= totals['discoverable'] %> of the guilds you are in are discoverable (<%= Math.round(totals['discoverable']/guildcount * 1000)/10 %>%). + <%= totals['discoverable'] %> of the guilds you are in are discoverable (<%= Math.round(totals['discoverable']/guildcount * 1000)/10 %>%).
- <%= totals['commerce'] %> of the guilds you are in have commerce enabled (<%= Math.round(totals['commerce']/guildcount * 1000)/10 %>%). + <%= totals['commerce'] %> of the guilds you are in have commerce enabled (<%= Math.round(totals['commerce']/guildcount * 1000)/10 %>%).
- <%= totals['verified'] %> of the guilds you are in are verified (<%= Math.round(totals['verified']/guildcount * 1000)/10 %>%). + <%= totals['verified'] %> of the guilds you are in are verified (<%= Math.round(totals['verified']/guildcount * 1000)/10 %>%).