FlyingKatsu-Discord-Bots / MrProg

A Discord bot themed for MMBN fans (or anyone who wants a bot friend)
1 stars 1 forks source link

Abstract away server-specific data #17

Open 23nd opened 7 years ago

23nd commented 7 years ago

Allow multiple servers to use the same running bot by matching a message's guild to a stored server id.

NOTE: This means the timers will also have to run differently for each server. Ideally a single timer should manage all time-related functions.