Midnight-Cafe / lacus

Moderation bot
1 stars 4 forks source link

Fix `NoneType` object has no attribute 'fetch_message' #31

Closed pk400 closed 3 years ago

pk400 commented 3 years ago

Description

Originally we hard-coded the channel ids of the main Discord server, which created issues when others tried to test the bot on their test servers. To support this better, I made it so there is additional config needed to get the bot working on other servers.

Fixes #29

pk400 commented 3 years ago

Going to merge this in, if there are any issues they can be addressed in this PR or in a follow-up Issue/PR.