From 8a34a6ad8b50ba87913acdd6797cee5be8f47fb6 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 20 Jul 2020 09:55:36 +0100 Subject: [PATCH] Making sure that only people in Enso can use the Enso command --- cogs/fun/enso.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/fun/enso.py b/cogs/fun/enso.py index e95cc9c7..ca1969b5 100644 --- a/cogs/fun/enso.py +++ b/cogs/fun/enso.py @@ -48,6 +48,7 @@ class Enso(commands.Cog): async def enso_person(self, ctx, name=None): if not ctx.guild.id == settings.enso_guild_ID: + await ctx.send("**Sorry! That command is only for a certain guild!**") return # Defining array of all the people that have images stored in the bot