Ahsoka / bdaybot

🥳 Birthday bot for Dr. Neat's Discord server
MIT License
6 stars 3 forks source link

Add files for error traceback in Bdaybot #28

Open ryanlee68 opened 3 years ago

ryanlee68 commented 3 years ago

Instead of sending raw critical error messages to the developers when there is an error, instead, send files containing the error messages, because it looks cleaner.

example implementation: before: raw after: 111 2222

Ahsoka commented 3 years ago

Also might want to upload a .py file for some syntax highlighting (as opposed to a .txt file).