Add more commands

This commit is contained in:
Michał Gdula 2023-09-07 18:19:39 +01:00
parent bafe17e0d4
commit 0cddbb75e2
6 changed files with 279 additions and 5 deletions

View file

@ -7,4 +7,4 @@ class Hello(commands.Cog):
@commands.command()
async def hello(self, ctx):
await ctx.send(f"Hello {ctx.author.mention}!")
await ctx.send(f"Hello from England, {ctx.author.mention}!")