Removing quake function
This commit is contained in:
parent
c1861fd918
commit
4dfec759d0
@ -116,10 +116,10 @@ async def roll(ctx):
|
||||
import dice
|
||||
await ctx.send(embed=dice.parse_message(ctx.message.content))
|
||||
|
||||
@bot.command(name='quake')
|
||||
async def quake(ctx):
|
||||
import quake
|
||||
await ctx.send(embed=quake.parse_message(ctx.message))
|
||||
# @bot.command(name='quake')
|
||||
# async def quake(ctx):
|
||||
# import quake
|
||||
# await ctx.send(embed=quake.parse_message(ctx.message))
|
||||
|
||||
@bot.command(name='excuse')
|
||||
async def excuse(ctx):
|
||||
|
Loading…
x
Reference in New Issue
Block a user