Mirror of the 512mb.org bot on github (https://github.com/512mb-org/512mb.org-bot)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
957 B

--a list of all events that can arrive, for conveniennce
return {"clock","ready",
"serverLoaded","serverCommandPoolUpdate",
"serverSaveConfig",
"shardReady","onBotLocalSync",
"onBotReady","onBotLocalSave",
"shardResumed","channelCreate",
"channelUpdate","channelDelete",
"recipientAdd","recipientRemove",
"guildAvailable","guildCreate",
"guildUpdate","guildUnavailable",
"guildDelete","userBan",
"userUnban","emojisUpdate",
"memberJoin","memberLeave",
"memberUpdate","roleCreate",
"roleUpdate","roleDelete",
"messageCreate","messageUpdate",
"messageUpdateUncached","messageDelete",
"messageDeleteUncached","reactionAdd",
"reactionAddUncached","reactionRemove",
"reactionRemoveUncached","pinsUpdate",
"presenceUpdate","relationshipUpdate",
"relationshipAdd","relationshipRemove",
"typingStart","userUpdate",
"voiceConnect","voiceDisconnect",
"voiceUpdate","voiceChannelJoin",
"voiceChannelLeave","webhooksUpdate","debug",
"info","error","heartbeat","raw"}