Skip to content

Commit

Permalink
potencial Spotify Command Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinyhunter2109 committed Apr 28, 2024
1 parent 2d3e59f commit fe4f5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Discord-Bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
handler.setFormatter(logging.Formatter('%(asctime)s:%(levelname)s:%(name)s: %(message)s'))
logger.addHandler(handler)

client = commands.Bot(command_prefix = '!', intents = discord.Intents.all())
client = commands.Bot(command_prefix = '!', intents = intents) discord.Intents().all() intents.members = True
client.launch_time = datetime.utcnow()
guild_ids = [0000000000000] # Your Guild ID goes here (multiple guilds possible) #
client.warnings = {} # guild_id : {member_id: [count, [(admin_id, reason)]]}
Expand Down

0 comments on commit fe4f5e4

Please sign in to comment.