mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
Fix ID for general-chat
This commit is contained in:
parent
76a8c62b80
commit
525ff8e821
@ -71,7 +71,7 @@ export default {
|
|||||||
theyBrokeIt: ['break', 'broke', 'broken'],
|
theyBrokeIt: ['break', 'broke', 'broken'],
|
||||||
deadChat: ['dead chat', 'chat is dead', 'dead server', 'inactive chat', 'inactive channel']
|
deadChat: ['dead chat', 'chat is dead', 'dead server', 'inactive chat', 'inactive channel']
|
||||||
}
|
}
|
||||||
const GeneralChatID = '929807948748832801';
|
const GeneralChatID = '468835415093411863';
|
||||||
Response.create(client, message, GeneralChatID, 'morning');
|
Response.create(client, message, GeneralChatID, 'morning');
|
||||||
Response.create(client, message, GeneralChatID, 'afternoon');
|
Response.create(client, message, GeneralChatID, 'afternoon');
|
||||||
Response.create(client, message, GeneralChatID, 'evening');
|
Response.create(client, message, GeneralChatID, 'evening');
|
||||||
|
Loading…
Reference in New Issue
Block a user