From f07238c3860bfbc02e39bbef84c26eaccad06efa Mon Sep 17 00:00:00 2001 From: Mariano Salvatore Librici <42919644+MarianoAkaMery@users.noreply.github.com> Date: Mon, 3 Apr 2023 19:32:18 +0200 Subject: [PATCH] Unused variable removed --- SmokingCord.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SmokingCord.py b/SmokingCord.py index 0683695..034aca9 100644 --- a/SmokingCord.py +++ b/SmokingCord.py @@ -10,8 +10,6 @@ bot = interactions.Client( token="YOUR TOKEN HERE", intents=interactions.Intents.DEFAULT | interactions.Intents.GUILD_MESSAGE_CONTENT,) - -client = interactions.Client(..., intents=interactions.Intents.DEFAULT | interactions.Intents.GUILD_MESSAGE_CONTENT) #------------------------------------------------------# #MongoDB Variable for connecting to the database #------------------------------------------------------# @@ -451,4 +449,4 @@ async def add_one_function(ctx: interactions.ComponentContext): #------------------------------------------------------# #------------------------------------------------------# bot.start() -#------------------------------------------------------# \ No newline at end of file +#------------------------------------------------------#