forked from IPD/Foxtrot
Compare commits
No commits in common. "unstable" and "master" have entirely different histories.
1 changed files with 0 additions and 5 deletions
5
bot.py
5
bot.py
|
@ -76,11 +76,6 @@ async def koala(ctx):
|
|||
await ctx.send(json["fact"])
|
||||
await ctx.send(json["image"])
|
||||
|
||||
@bot.command(hidden=True)
|
||||
@commands.check(is_ginlang)
|
||||
async def restart(ctx):
|
||||
await ctx.send("shutting down. beep boop.")
|
||||
await exit()
|
||||
|
||||
@bot.command(brief="bin eaters")
|
||||
async def raccoon(ctx):
|
||||
|
|
Loading…
Reference in a new issue