mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
fix: remove logs
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user