vutfitdiscord / rubbergod

FITWIDE discord bot
GNU General Public License v3.0
50 stars 43 forks source link

fix: config singleton pattern deletion #1050

Closed peterdragun closed 4 weeks ago

peterdragun commented 4 weeks ago

PR type

Description

Fix the exception that the config class has no attribute instance. I tried to delete the attribute in the instance instead of deleting it from the class itself.

Related Issue(s)

Closes #1047

After checks

Post deployment