News

To remove an element from a Python list, you can use the trusty pop() method. It's like reaching into a bag of goodies and taking out exactly what you need. If you don't specify an index ...
With get_guild_command.py you can get the list of commands you submitted for a specific guild. With delete_global_command.py you can delete a global command. With delete_guild_command.py you can ...