1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Add a message if you try to edit a non-existing tag

This commit is contained in:
Phxntxm 2017-03-25 23:02:47 -05:00
parent b94a2438b1
commit 6af06cfa30

View file

@ -135,6 +135,7 @@ class Tags:
else:
await ctx.send("You can't edit someone else's tag!")
return
await ctx.send("There isn't a tag called {}!".format(tag))
else:
await ctx.send("There are no tags setup on this server!")