Bot DB

Problem to solve

When configuring the bot, having hard-coded values for Discord Guilds and such is a bad idea, be it to store the channel in which the information will be sent, roles, ect.

Proposal

The bot should use a database such as SqLite or Postgres to store that information.

This will allow for only a single instance to be hosted, then configured on a per-guild basis.

/cc @jae