Tupperbox / TupperboxLegacy

A Discord bot created for proxying user messages through webhooks.
MIT License
74 stars 47 forks source link

Register command causing database errors when creating duplicates of long-named tups #67

Closed Tristan379 closed 4 years ago

Tristan379 commented 4 years ago

In line 15 of the register command, the bot checks the database for the first 32 characters of the tup's name rather than the 80(?) it should now that name length has been expanded.

Tristan379 commented 4 years ago

Fixed in my now merged PR