GeekyDeaks / discord-destinybot

Discord Destiny Bot
MIT License
8 stars 3 forks source link

Adopt Discord Standard Command Entry Format #4

Closed unisys12 closed 7 years ago

unisys12 commented 7 years ago

Currently, commands have to be entered like so: /dsummary <username>

To be more friendly across multiple systems/servers, bot should assume the standard format for entering commands, which is: /d summary <username>

Note: The space after the bot alias is really just a preference, but is pretty much become a standard across all bots. Took me a few minutes to figure out that's how the commands had to be entered, but I am no expert either. LOL! Totally open for debate of course.

GeekyDeaks commented 7 years ago

Yup - that needs fixing! Should be pretty easy though.

GeekyDeaks commented 7 years ago

I think the fix works as intended, but I'll leave the issue open just in case.

unisys12 commented 7 years ago

Seems to be working just fine on my end after your changes. Started working on this once I entered the issue, but got side tracked with adulting. Sorry about that.