mirror of
https://wiilab.wiimart.org/wiimart/WiiMartBot
synced 2025-09-02 19:41:03 +02:00
made little changes
This commit is contained in:
parent
a3efb31e44
commit
5c5e7db4fc
2
bot.py
2
bot.py
@ -11,7 +11,7 @@ import requests
|
||||
|
||||
class Bot(commands.Bot):
|
||||
def __init__(self, intents: discord.Intents, **kwargs):
|
||||
super().__init__(command_prefix="!--!--!", intents=intents, case_insensitive=True)
|
||||
super().__init__(command_prefix="/", intents=intents, case_insensitive=True)
|
||||
|
||||
async def on_ready(self):
|
||||
print(f'{self.user} has connected to Discord!')
|
||||
|
Loading…
x
Reference in New Issue
Block a user