notsniped / discord-snipe-bot

A simple message content sniping Discord bot which you can run yourself!
GNU General Public License v3.0
7 stars 5 forks source link

Replace `config` global declaration with pre-definition #8

Closed notsniped closed 2 years ago

notsniped commented 2 years ago

Using a global declaration for config could lead to SyntaxError being thrown in stdout on execution. This patch should fix SyntaxError from being thrown by using a pre-definition instead.

notsniped commented 2 years ago

Credit to flex#6665 for reporting the bug on Discord. For future reports, I will use the sentry server.