fix: remove logs

This commit is contained in:
Skillz
2023-01-06 15:35:10 -06:00
parent 81417af106
commit 69d0bb3bbc

View File

@@ -64,9 +64,6 @@ import type {
* @returns Bot
*/
export function createBot(options: CreateBotOptions): Bot {
const foo: CamelCase<Lowercase<GatewayEventNames>> = 'ready'
console.log(foo)
if (!options.rest) options.rest = { token: options.token }
if (!options.gateway)
options.gateway = {