ESN-Trondheim / ESNbot

A Slack bot for ESN Trondheim
MIT License
3 stars 1 forks source link

Should remaining constants be properties of BotClient class? #66

Open LaiAlexander opened 10 months ago

LaiAlexander commented 10 months ago

After #36, it will just be two constants left in constants.py (READ_WEBSOCKET_DELAY and IGNORED_MESSAGE_TYPES). Both of them are used by main.BotClient and nowhere else. There's really no reason to keep them in a separate file anymore imo.