FRC-1721 / AdminBot

Custom Admin Bot for handling stuff around the team discord server
MIT License
2 stars 0 forks source link

make a command to reset the bee movie script #14

Closed NotSimon5673 closed 2 years ago

NotSimon5673 commented 2 years ago

It would be nice to not start from a random point in the script every time we use the command

KenwoodFox commented 2 years ago

It starts from 0, and counts up, see here: https://github.com/FRC-1721/AdminBot/blob/6c8b503c61bf7f0cdfe48c51e9f373cd76d15d31/admin_bot/cogs/misc.py#L17

NotSimon5673 commented 2 years ago

alright that sounds good I can start working on it now.