forked from IPD/Foxtrot
Compare commits
17 commits
Author | SHA1 | Date | |
---|---|---|---|
8ce21fad0e | |||
cd9b99fe1d | |||
0515773f68 | |||
e438fd6d9b | |||
4f4d83bae4 | |||
88875887c2 | |||
5290d8c28a | |||
f7068305bb | |||
620eff1782 | |||
ce174cefa1 | |||
e79a2b3d0f | |||
93fcf25d67 | |||
65b316926f | |||
3648e3c6ca | |||
45d0a2406e | |||
c652d76d89 | |||
1290e21e35 |
1 changed files with 5 additions and 0 deletions
5
bot.py
5
bot.py
|
@ -76,6 +76,11 @@ async def koala(ctx):
|
||||||
await ctx.send(json["fact"])
|
await ctx.send(json["fact"])
|
||||||
await ctx.send(json["image"])
|
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")
|
@bot.command(brief="bin eaters")
|
||||||
async def raccoon(ctx):
|
async def raccoon(ctx):
|
||||||
|
|
Loading…
Reference in a new issue