mirror of
https://wiilab.wiimart.org/wiimart/WiiMartBot
synced 2025-09-04 04:21:09 +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):
|
class Bot(commands.Bot):
|
||||||
def __init__(self, intents: discord.Intents, **kwargs):
|
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):
|
async def on_ready(self):
|
||||||
print(f'{self.user} has connected to Discord!')
|
print(f'{self.user} has connected to Discord!')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user