Closed AmilieCoding closed 1 month ago
This pull request introduces a new 'level' command as part of a leveling system. The implementation adds a new file 'levels.py' in the 'tux/cogs/fun/' directory, setting up the basic structure for a Levels cog in a Discord bot using the discord.py library.
Change | Details | Files |
---|---|---|
Implement a new 'level' command in a Levels cog |
|
tux/cogs/fun/levels.py |
Set up basic structure for future expansion of the leveling system |
|
tux/cogs/fun/levels.py |
It's not useful but I hope its a good start :3
Summary by Sourcery
Add a new 'level' command to the Discord bot, enabling users to view their current level and experience points through an embedded message.
New Features: