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

Fix ID for general-chat

This commit is contained in:
toast-ts 2023-08-28 12:50:16 +10:00
parent d1f594fac5
commit 9ea8b91e8c

View File

@ -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');