JacobCoffee / byte

The Discord bot built for developers
https://docs.byte-bot.app/
MIT License
5 stars 2 forks source link

Bug: Byte crashes if a post with 5 tags is marked as "Solved" #61

Closed Alc-Alc closed 7 months ago

Alc-Alc commented 7 months ago

Description

If a post has 5 tags and if Byte attempts to mark it as "Solved", it crashes. This is due to the "tags per post" limit of 5. Fix is to remove a tag so the "Solved" tag can be added to the post.

URL to code causing the issue

No response

MCVE

# Your MCVE code here

Steps to reproduce

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

Screenshots

"In the format of: ![SCREENSHOT_DESCRIPTION](SCREENSHOT_LINK.png)"

Logs

No response

Byte Project Version

main

Platform