Skip to content
Snippets Groups Projects
Commit db53bdcf authored by dnns01's avatar dnns01
Browse files

Fix problem with maximum message length in learninggroup list

parent d199524a
Branches
No related tags found
1 merge request!136welcoming newcomers with random sentences
......@@ -49,7 +49,7 @@ class LearningGroups(commands.Cog):
self.bot = bot
# ratelimit 2 in 10 minutes (305 * 2 = 610 = 10 minutes and 10 seconds)
self.rename_ratelimit = 305
self.msg_max_len = 2000
self.msg_max_len = 1900
self.categories = {
GroupState.OPEN: os.getenv('DISCORD_LEARNINGGROUPS_OPEN'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment