stellarashes / gw2-raid-discord-bot

Bot to announce info via discord at set intervals
MIT License
5 stars 1 forks source link

Feature Request: Changeable Prefix #2

Closed Tomelyr closed 6 years ago

Tomelyr commented 6 years ago

! is an common used prefix for a lot of bots. If you have multiple ones stacked in your discord, there can be issues with other music bots, where both join the chat.

an chooseable prefix inside the .env would be an great addition.

Tomelyr commented 6 years ago

Just looked throu the code. feature is already in it, but not documented. Sorry to bother you.

If someone runs into the same Issue: you can add COMMAND_PREFIX=? to your .env file. note: prefix can only be 1 letter long.