소스 검색

forgot to remove filler and done todo's

tags/v2.0.0
Roxie Gibson 5 년 전
부모
커밋
26a0d8f0c8
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. +0
    -4
      roxbot/cogs/customcommands.py

+ 0
- 4
roxbot/cogs/customcommands.py 파일 보기

@@ -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)

Loading…
취소
저장