Skip to content

Commit

Permalink
increase bot token buffer's size
Browse files Browse the repository at this point in the history
increase bot token buffer's size
  • Loading branch information
xSL0W committed May 15, 2022
1 parent 4144b39 commit 9688f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/discord_utilities/globals.sp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ConVar g_cDatabaseName, g_cTableName, g_cPruneDays;
ConVar g_cPrimaryServer;

char g_sVerificationChannelID[20], g_sGuildID[20], g_sRoleID[20];
char g_sBotToken[60];
char g_sBotToken[80];
char g_sLinkCommand[20], g_sViewIDCommand[20], g_sInviteLink[30];
char g_sDiscordPrefix[128], g_sServerPrefix[128];
char g_sTableName[32];
Expand Down Expand Up @@ -46,4 +46,4 @@ Handle hRateLimit = null;
Handle hRateReset = null;
Handle hRateLeft = null;

Handle hFinalMemberList;
Handle hFinalMemberList;

0 comments on commit 9688f3a

Please sign in to comment.