소스 검색

todo for fix later

tags/v1.3.0
roxie 6 년 전
부모
커밋
a00d9965ce
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      cogs/customcommands.py

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

@@ -116,6 +116,9 @@ class CustomCommands():
listone = "There are no commands setup.\n"
if not listzero:
listzero = "There are no commands setup.\n"

# TODO: Sort out a way to shorten this if it goes over 2000 characters.
em = discord.Embed(title="Here is the list of Custom Commands", color=load_config.embedcolour)
em.add_field(name="Commands that require Prefix:", value=listone, inline=False)
em.add_field(name="Commands that don't:", value=listzero, inline=False)

Loading…
취소
저장