Closed Iqrar99 closed 1 year ago
This happened because not 0 returns True as well as not False.
not 0
not False
https://github.com/warnet-gi/WarnetBot/blob/623a3784c8303b2dbde8bdc0a63fecef31b241f2/bot/cogs/general.py#L160-L164
This happened because
not 0
returns True as well asnot False
.https://github.com/warnet-gi/WarnetBot/blob/623a3784c8303b2dbde8bdc0a63fecef31b241f2/bot/cogs/general.py#L160-L164