Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit b7b492c

Browse files
committed
Added a new command for the discord bot and made some minor changes to on_message event for the bot
1 parent 5f208c3 commit b7b492c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/Discord Bot/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async def on_message(message: discord.Message):
5555

5656

5757
# adding a "@bot.command" decorator which creates a command for the discord bot which can be then invoked by the user
58-
# "aliases" parameter inside the "@bot.command" decorator makes it so that the user can use multiple names to call
58+
# "aliases" parameter inside the "@bot.command" decorator makes it so that the user can use different names to call
5959
# that particular command
6060

6161
@bot.command(aliases = ["ASK", "Ask"])

0 commit comments

Comments
 (0)