瀏覽代碼

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…
取消
儲存