Added commentary

pull/8/head
sgoudham 4 years ago
parent bd38cd4f12
commit ef608b8b63

@ -47,6 +47,7 @@ class Enso(commands.Cog):
@cooldown(1, 1, BucketType.user)
async def enso_person(self, ctx, name=None):
# Making sure this command only works in Enso
if not ctx.guild.id == enso_guild_ID:
await ctx.send("**Sorry! That command is only for a certain guild!**")
return

Loading…
Cancel
Save