ishwi / Chuu

Last.fm bot for discord
MIT License
172 stars 20 forks source link

Prefix change doesn't work #27

Closed RaylaLe100 closed 4 years ago

RaylaLe100 commented 4 years ago

when we change the prefix the bot said it was successfully chanegd (we tried $) but it was still only responding to ! commands

ishwi commented 4 years ago

The prefixes were only loaded into memory at startup. So when the bot joined a new server after it was launched the prefixes in memory woudn't get updated. Should be fixed now and ty for reporting the error.