spark-c / SparksieBOT

A Discord bot that provides upkeep, utility, and some fun commands for my personal discord server.
1 stars 0 forks source link

Some vars / elements are hard-coded #1

Open spark-c opened 3 years ago

spark-c commented 3 years ago

A handful of server/user-specific things have hard-coded values. For example, the server channel "groovybot-corner" where music bot commands are allowed to be used.

These should be swapped for a config file / environment variables that can be set from outside of the code!