Update src/bot.ts

This commit is contained in:
ayntee
2021-02-21 21:02:17 +04:00
committed by GitHub
parent 32df4f9e13
commit c1914abe30

View File

@@ -30,7 +30,7 @@ export const identifyPayload: DiscordIdentify = {
shard: [0, 0],
};
/** deprecated Use "DiscordIdentify" instead */
/** @deprecated Use "DiscordIdentify" instead */
export interface IdentifyPayload {
token: string;
compress: boolean;