mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 19:28:54 -05:00
cleanup non-needed stuffs
This commit is contained in:
parent
4a9b3fcebb
commit
1f641f6ebf
@ -20,9 +20,6 @@ class CustomCommands:
|
||||
Example:
|
||||
!addcom yourcommand Text you want
|
||||
"""
|
||||
if text == ():
|
||||
await send_cmd_help(ctx)
|
||||
return
|
||||
server = ctx.message.server
|
||||
content = ctx.message.content
|
||||
chars = (len(ctx.prefix), len(ctx.invoked_with), len(command))
|
||||
@ -47,9 +44,6 @@ class CustomCommands:
|
||||
Example:
|
||||
!editcom yourcommand Text you want
|
||||
"""
|
||||
if text == ():
|
||||
await send_cmd_help(ctx)
|
||||
return
|
||||
server = ctx.message.server
|
||||
content = ctx.message.content
|
||||
chars = (len(ctx.prefix), len(ctx.invoked_with), len(command))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user