Skip to content

Commit

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

client = commands.Bot(command_prefix = '!', intents = intents) discord.Intents().all() intents.members = True
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 a810b54

Please sign in to comment.