mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 00:40:07 +00:00
pushing fixes
This commit is contained in:
@@ -32,6 +32,7 @@ export const createClient = async (data: ClientOptions) => {
|
||||
botID = data.botID;
|
||||
token = data.token;
|
||||
if (data.eventHandlers) eventHandlers = data.eventHandlers;
|
||||
console.log("starting", eventHandlers);
|
||||
authorization = `Bot ${data.token}`;
|
||||
|
||||
// Initial API connection to get info about bots connection
|
||||
|
||||
Reference in New Issue
Block a user