Skip to content

Commands Rewrite#41

Open
Quantiset wants to merge 6 commits into
Calinou:masterfrom
Quantiset:patch-1
Open

Commands Rewrite#41
Quantiset wants to merge 6 commits into
Calinou:masterfrom
Quantiset:patch-1

Conversation

@Quantiset

Copy link
Copy Markdown

Following #26, I thought I could chip in and sorta update it to the new branch. Now, it does need a bit of testing (I tested most commands other than the memes and bobross command) but I hope it will update the bot a bit :).

Following Calinou#26, I thought I could chip in and sorta update it to the new branch. Now, it does need a bit of testing (I tested most commands other than the memes and bobross command) but I hope it will update the bot a bit :).
@Quantiset Quantiset changed the title Patch 1 Commands Rewrite Apr 26, 2021
Comment thread main.py Outdated

@client.event
async def on_message(message: Any) -> None:
@client.command()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a small note: This will probably eliminate the aliases !ross and !br. I think you can pass aliases into the command decorator like this:

@client.command(aliases=['ross', 'br'])

I am so sorry for continually adding commits; it is my first time properly using Github so please excuse me
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants