mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-18 04:40:59 -05:00
Compare commits
No commits in common. "8de43269a1b15e7f31809d1e27968063be0c94fb" and "8cfbcf398d758186f075037dc9825d7bfe4532e6" have entirely different histories.
8de43269a1
...
8cfbcf398d
@ -26,8 +26,8 @@
|
||||
"botPresence": {
|
||||
"activities": [
|
||||
{
|
||||
"name": "Today is March!",
|
||||
"url": "https://www.youtube.com/watch?v=WYlYQVHYuMg",
|
||||
"name": "Today is February!",
|
||||
"url": "https://www.youtube.com/watch?v=v4PD_TwbxPo",
|
||||
"type": 1
|
||||
}
|
||||
],
|
||||
@ -35,6 +35,7 @@
|
||||
},
|
||||
"whitelist": [
|
||||
"190407856527376384",
|
||||
"215497515934416896",
|
||||
"141304507249197057",
|
||||
"309373272594579456",
|
||||
"301350210926280704"
|
||||
|
@ -93,6 +93,11 @@ export default class MessageCreate {
|
||||
user: 'nawdic',
|
||||
img: 'https://c.tenor.com/JSj9ie_MD9kAAAAC/kopfsch%C3%BCtteln-an-kopf-fassen-oh-no.gif',
|
||||
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 = [
|
||||
@ -100,6 +105,11 @@ export default class MessageCreate {
|
||||
user_id: '309373272594579456',
|
||||
message: 'Please don\'t tag Daggerwin, read rule 14 in <#468846117405196289>',
|
||||
type: undefined
|
||||
},
|
||||
{
|
||||
user_id: '215497515934416896',
|
||||
message: 'Please don\'t tag Monster unless it\'s important!',
|
||||
type: Discord.MessageType.Default
|
||||
}
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user