| Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Anand Krishna <[email protected]>
|
|
|
|
|
|
Co-authored-by: ToxicKidz <[email protected]>
|
|
|
|
This is useful for when we round up the number of squares used, users can still see how many were
actually used.
|
|
|
|
This is because discord.py would populate the user portion of the fetched member with cached information
which would cause the avatar url not to be updated as we had intended with that function
|
|
|
|
If the amount of squares is not a perfect square, get the next highest perfect square
|
|
Co-authored-by: Anand Krishna <[email protected]>
|
|
|
|
|
|
command
|
|
Co-authored-by: Anand Krishna <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Anand Krishna <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Matteo Bertucci <[email protected]>
|
|
|
|
|
|
- Keep Consistent setup docstrings
- Type hint to bot.Bot instead of commands.Bot
- Don't set Cog.bot if it isn't used
|
|
- Change commands.Bot type hints to bot.Bot
- Remove the setting of Cog.bot if it isn't being used
- Change ctx.author -> ctx.message.author
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added in aliases for ease of use too.
|
|
Co-authored-by: Joe Banks <[email protected]>
|