Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Person0z authored Nov 16, 2022
1 parent d367dc4 commit f443cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import time

# Loading things from config
import config
import config # The config will be updated to a better version soon,

# Prefix & Intents
bot = commands.Bot(command_prefix=config.prefix, intents=disnake.Intents.all(), case_insensitive=True)
Expand Down

0 comments on commit f443cac

Please sign in to comment.