eduardo-olivares1 / Narwhal

A discord bot designed to alert users of important cryptocurrency movements and events.
MIT License
2 stars 1 forks source link

Ability for users to change prefix #5

Closed eduardo-olivares1 closed 3 years ago

eduardo-olivares1 commented 3 years ago

Some users may not like a fixed prefix, especially those who already have a number of bots in their server(s)

Command could look like the following: $narwhalPrefix <new_prefix>

Should definitely start with changing const prefix = "$"; To let prefix = "$";

Default prefix could still be "$" ...

fredtsun commented 3 years ago

Would this be per user or a global prefix change?

eduardo-olivares1 commented 3 years ago

This would be a global prefix change. All users in a server would be able to change the prefix for their instance of the bot.

eduardo-olivares1 commented 3 years ago

Feature added in #10