DustinFoes / Dave-Bot

GNU Affero General Public License v3.0
1 stars 0 forks source link

Slowmode not working #1

Closed DustinFoes closed 2 years ago

DustinFoes commented 2 years ago

currently the !slowmode feature is not working. returns error. image_2022-05-24_191823120

DustinFoes commented 2 years ago

This was an error with the async def slowmode(ctx, seconds: int): portion of the code, there was a typing error that made the bot not able to convert the response to an int.

This should be fixed in the latest update.