From c1914abe30370ced95e9762199bb887ea11f2c0c Mon Sep 17 00:00:00 2001 From: ayntee Date: Sun, 21 Feb 2021 21:02:17 +0400 Subject: [PATCH] Update src/bot.ts --- src/bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot.ts b/src/bot.ts index 8eb2ba88f..3688806e4 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -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;