Przeglądaj źródła

forgot to remove filler and done todo's

tags/v2.0.0
Roxie Gibson 5 lat temu
rodzic
commit
26a0d8f0c8
1 zmienionych plików z 0 dodań i 4 usunięć
  1. +0
    -4
      roxbot/cogs/customcommands.py

+ 0
- 4
roxbot/cogs/customcommands.py Wyświetl plik

@@ -31,9 +31,6 @@ from discord.ext import commands
import roxbot


# TODO: The whole system of showing the output needs to be redone cause it fucking sucks for embeds.


class CustomCommands:
def __init__(self, bot_client):
self.bot = bot_client
@@ -228,7 +225,6 @@ class CustomCommands:
@custom.command()
async def list(self, ctx, debug="0"):
""""Lists all custom commands for this server."""
# TODO: Make this work with embed commands.
if debug != "0" and debug != "1":
debug = "0"
settings = roxbot.guild_settings.get(ctx.guild)

Ładowanie…
Anuluj
Zapisz