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

Remove autoresponses for Monster

This commit is contained in:
toast-ts 2024-03-04 13:26:48 +11:00
parent d40ca4d3df
commit 0b827267e2
2 changed files with 0 additions and 11 deletions

View File

@ -35,7 +35,6 @@
}, },
"whitelist": [ "whitelist": [
"190407856527376384", "190407856527376384",
"215497515934416896",
"141304507249197057", "141304507249197057",
"309373272594579456", "309373272594579456",
"301350210926280704" "301350210926280704"

View File

@ -93,11 +93,6 @@ export default class MessageCreate {
user: 'nawdic', user: 'nawdic',
img: 'https://c.tenor.com/JSj9ie_MD9kAAAAC/kopfsch%C3%BCtteln-an-kopf-fassen-oh-no.gif', img: 'https://c.tenor.com/JSj9ie_MD9kAAAAC/kopfsch%C3%BCtteln-an-kopf-fassen-oh-no.gif',
title: '*Nawdic has done an oopsie*', title: '*Nawdic has done an oopsie*',
},
{
user: 'monster',
img: 'https://media.tenor.com/ZIzIjb_wvEoAAAAC/face-palm.gif',
title: '*Monster has broken something*',
} }
]; ];
let dontMention = [ let dontMention = [
@ -105,11 +100,6 @@ export default class MessageCreate {
user_id: '309373272594579456', user_id: '309373272594579456',
message: 'Please don\'t tag Daggerwin, read rule 14 in <#468846117405196289>', message: 'Please don\'t tag Daggerwin, read rule 14 in <#468846117405196289>',
type: undefined type: undefined
},
{
user_id: '215497515934416896',
message: 'Please don\'t tag Monster unless it\'s important!',
type: Discord.MessageType.Default
} }
] ]