forked from IPD/Foxtrot
minor typo that bugged me
This commit is contained in:
parent
65b316926f
commit
93fcf25d67
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -112,7 +112,7 @@ async def mc(ctx, *, name = None):
|
||||||
|
|
||||||
@bot.command(brief="gives credits")
|
@bot.command(brief="gives credits")
|
||||||
async def credits(ctx):
|
async def credits(ctx):
|
||||||
await ctx.send("""Images used in this bot are taken from:
|
await ctx.send("""API endpoints used in this bot are taken from:
|
||||||
https://foxrudor.de/
|
https://foxrudor.de/
|
||||||
https://some-random-api.ml
|
https://some-random-api.ml
|
||||||
https://shitfest.net
|
https://shitfest.net
|
||||||
|
|
Loading…
Reference in a new issue