General development process
- new cog commands - new voice cog - new requirements.txt - adjusted readme - added Dockerfile for faster deployment (still WIP) - other general things
This commit is contained in:
@@ -1,17 +1,10 @@
|
||||
#
|
||||
# A Cog that add admin command, usable within the Discord Client
|
||||
#
|
||||
# https://discordpy.readthedocs.io/en/latest/ext/commands/cogs.html
|
||||
#
|
||||
# "load", "unload", "reload"
|
||||
# https://gist.github.com/EvieePy/d78c061a4798ae81be9825468fe146be
|
||||
#
|
||||
"""
|
||||
Admin commands, that can be used from within the chat
|
||||
Admin commands, that can be used from within the chat:
|
||||
- load
|
||||
- unload
|
||||
- reload
|
||||
|
||||
https://discordpy.readthedocs.io/en/latest/ext/commands/cogs.html
|
||||
|
||||
"load", "unload", "reload"
|
||||
https://gist.github.com/EvieePy/d78c061a4798ae81be9825468fe146be
|
||||
"""
|
||||
|
||||
@@ -70,4 +63,4 @@ class Admin(commands.Cog):
|
||||
|
||||
# COG ENDING
|
||||
def setup(bot):
|
||||
bot.add_cog(Admin(bot))
|
||||
bot.add_cog(Admin(bot))
|
||||
|
||||
Reference in New Issue
Block a user