GearTech0 / basic-discord-bot-framework

My old alice repo is outdated and I wanted to start her anew. This is Alice 2.0 Discord Management bot.
GNU General Public License v3.0
0 stars 1 forks source link

Set maximum filename length for contest entry reporting #32

Open GearTech0 opened 4 years ago

GearTech0 commented 4 years ago

Currently, discord.js and probably discord themselves has a maximum amount of text that could be in an imbed (1024 characters). We are working on creating short links for the files, but they are not 100% reliable. So, adding a maximum filename display length will give more characters to work with.

Also, count the amount of characters in the contest entries' message and make sure that it is below 1024 characters before sending the reply. If it is too much, just remove the links, for now.