Update src/bot.ts

This commit is contained in:
ayntee
2021-02-21 21:01:51 +04:00
committed by GitHub
parent b0fcb3f2f5
commit 32df4f9e13
+1
View File
@@ -29,6 +29,7 @@ export const identifyPayload: DiscordIdentify = {
intents: 0,
shard: [0, 0],
};
/** deprecated Use "DiscordIdentify" instead */
export interface IdentifyPayload {
token: string;