aboutsummaryrefslogtreecommitdiff
path: root/init.js
diff options
context:
space:
mode:
Diffstat (limited to 'init.js')
-rw-r--r--init.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.js b/init.js
index 352591e..5408599 100644
--- a/init.js
+++ b/init.js
@@ -16,6 +16,9 @@ let fb = {
ignored: common.storageLoad("ignored") || [],
}
+
+client.on("ready", _ => client.user.setActivity("Leftist propaganda"))
+
client.on("messageCreate", msg => {
if (fb.ignored[msg.author.id] || msg.author.id == client.user.id)
return;