Skip to content

Commit

Permalink
Unused variable removed
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianoAkaMery authored Apr 3, 2023
1 parent 1b72eef commit f07238c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions SmokingCord.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
#------------------------------------------------------#
Expand Down Expand Up @@ -451,4 +449,4 @@ async def add_one_function(ctx: interactions.ComponentContext):
#------------------------------------------------------#
#------------------------------------------------------#
bot.start()
#------------------------------------------------------#
#------------------------------------------------------#

0 comments on commit f07238c

Please sign in to comment.