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 +#------------------------------------------------------#