Bug: trashcan message is too long

Discord won't let me post the trace, I'll try editing it in
5 Replies
Efreak #HairForce 1
Trace is too long...
Efreak #HairForce 1
Gist
starboard utils trashcan trace
starboard utils trashcan trace. GitHub Gist: instantly share code, notes, and snippets.
circuitsacul
circuitsacul2mo ago
Yeah there's a few of these bugs, but they're not likely to ever be fixed. Since you're self hosting you can use raw SQL to get the trashed messages star sql return=true
Select message_id from messages where guild_id=725336160112738385 and trashed=true
Select message_id from messages where guild_id=725336160112738385 and trashed=true
Starboard
Starboard2mo ago
Query ?query? ran 1 times, with an average time of 1.329760596s.
- {"message_id": "775923203746955284"}
- {"message_id": "787147379618873365"}
- {"message_id": "785224170153443358"}
- {"message_id": "804135758930771989"}
- and more...
- {"message_id": "775923203746955284"}
- {"message_id": "787147379618873365"}
- {"message_id": "785224170153443358"}
- {"message_id": "804135758930771989"}
- and more...
circuitsacul
circuitsacul2mo ago
Oh it won't let you see them all Well you can run that query on the DB directly if lol Or you could fix the bug

Did you find this page helpful?