Skip to content

Commit

Permalink
Update 🌌bumper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BoQsc authored Oct 7, 2022
1 parent d947e6a commit dc08600
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 🌌bumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
# If you are using this on a server or your home pc uncomment the line below and put the discord token for the account you want it to auto bump on.
#token = "TOKEN"

botReceive = commands.Bot(command_prefix = "--", self_bot=True) # https://discordpy.readthedocs.io/en/stable/ext/commands/api.html?highlight=run#bot
intents = discord.Intents.default()
intents.members = True
botReceive = commands.Bot(command_prefix = "--", self_bot=True, intents=intents) # https://discordpy.readthedocs.io/en/stable/ext/commands/api.html?highlight=run#bot

@botReceive.event
async def on_ready():
Expand Down

0 comments on commit dc08600

Please sign in to comment.