mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 08:20:58 -05:00
Add future function
This commit is contained in:
parent
decd7a3809
commit
71dd0681e5
@ -27,7 +27,7 @@
|
||||
},
|
||||
"botPresence": {
|
||||
"activities": [
|
||||
{"name": "the pog beats", "url": "https://www.youtube.com/watch?v=enhQYHxoNMY", "type": 1}
|
||||
{"name": "the fish", "url": "https://www.youtube.com/watch?v=HVMc1ANfeMw", "type": 1}
|
||||
],
|
||||
"status": "online"
|
||||
},
|
||||
|
@ -62,6 +62,9 @@ export default {
|
||||
|
||||
// Autoresponse:tm:
|
||||
if (client.config.botSwitches.autores && !automodded) {
|
||||
/* function ResponseMadeBy(id:string){ <-- Will be enabled once autoresponse suggestion comes in.
|
||||
return `╰ *Response made by <@${id}>*`;
|
||||
} */
|
||||
const PersonnyMcPerson = `**${message.member.displayName}**`;
|
||||
const GeneralChatID = '468835415093411863';
|
||||
const incomingArrays = {
|
||||
|
Loading…
Reference in New Issue
Block a user