Skip to content

Commit

Permalink
Disable Debug_Guilds
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnoTalksDev committed Feb 22, 2022
1 parent c1eb803 commit cf010b2
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 @@ -3,7 +3,7 @@
from dotenv import load_dotenv
#bot client
activity = discord.Activity(type=discord.ActivityType.watching, name="Minecraft Servers")
bot = discord.Bot(activity=activity, debug_guilds=[846192394214965268])
bot = discord.Bot(activity=activity)
#setting color of bot
color=0x6bf414
#getting token from env
Expand Down

0 comments on commit cf010b2

Please sign in to comment.