fixed ping and moderation

This commit is contained in:
rzmk 2021-05-18 20:54:14 -04:00
parent d1011f3430
commit 4cddba1004
4 changed files with 20 additions and 11 deletions

5
bot.py
View file

@ -7,10 +7,7 @@ client = commands.Bot(command_prefix= 'd!')
@client.event
async def on_ready():
print(f'{client.user.name} is ready.')
# print(f'Bot is in {len(client.guilds)} guilds.')
# print(f'Guilds have {len(client.users)} members.')
await client.change_presence(activity=discord.Streaming(name="Click the link!", url="https://www.youtube.com/watch?v=dQw4w9WgXcQ"))
print(f'{client.user.name} is online.')
@client.command()
async def load(ctx, extension):