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