issues
search
adammast
/
RSCBot
Various cogs for the RSC discord bot
MIT License
13
stars
12
forks
source link
Refactor BulkRoleManager
#186
Open
BenjaminHunt
opened
2 years ago
BenjaminHunt
commented
2 years ago
There's lots of redundant code here that should be reduced into helper functions.
Additionally, many if not all of these could implement
asyncio.create_task
so that the functions are truly asynchronous
asyncio.create_task
so that the functions are truly asynchronous