1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 04:11:00 -04:00

Add future function

This commit is contained in:
AnxietyisReal 2023-08-01 17:51:42 +10:00
parent a15523a8fc
commit 4412d04a44
2 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,7 @@
}, },
"botPresence": { "botPresence": {
"activities": [ "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" "status": "online"
}, },

View File

@ -62,6 +62,9 @@ export default {
// Autoresponse:tm: // Autoresponse:tm:
if (client.config.botSwitches.autores && !automodded) { 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 PersonnyMcPerson = `**${message.member.displayName}**`;
const GeneralChatID = '468835415093411863'; const GeneralChatID = '468835415093411863';
const incomingArrays = { const incomingArrays = {