indiv0 / smexybot

A bot for Discord, written in Rust using the serenity-rs library.
Apache License 2.0
6 stars 1 forks source link

Modify the way commands are loaded #18

Open indiv0 opened 7 years ago

indiv0 commented 7 years ago

Instead of compiling commands on a feature flag basis, instead load the list of supported commands from the config and enable those with the specified names.