diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-03-06 19:18:59 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-03-06 19:18:59 +0100 |
commit | a8e4fd12ae5dc5136239832a2b7df6a7f79b83c9 (patch) | |
tree | eb96258720bf4e07ea5661b4515836ae28a2b731 | |
parent | cb92c254dca226acab2676aa2807bb3e0817f40a (diff) | |
download | furrybot-discord-a8e4fd12ae5dc5136239832a2b7df6a7f79b83c9.tar.xz |
Leftist propaganda
-rw-r--r-- | init.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |