rm logging

merge-requests/13/head
Matthew 2020-06-12 01:28:55 -04:00
parent 6f32ef1f90
commit 7d6e4bb6a6
No known key found for this signature in database
GPG Key ID: F841AB9BF496C194
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@ async function main(): Promise<void> {
await client.loadEvents(eventFiles);
await client.loadCommands(commandFiles);
client.connect();
client.once('ready', () => client.on('debug', (message) => {
if (message.includes('/messages')) return;
(client.getChannel('592170164322041856') as TextChannel).createMessage(message);
}));
}
main();