First working version

This commit is contained in:
CramMK
2020-01-18 04:13:57 +01:00
parent 7e805ff13a
commit 818bafc604
14 changed files with 58 additions and 652 deletions

View File

@@ -36,7 +36,7 @@ class GeneralCog(commands.Cog):
author = ctx.message.author
if target is None:
response = "No one to pat..."
else if target.capitalize == "Noel":
elif target == "Noel":
response = "NNN-GYAAAA!"
else:
response = f"{target.mention} got pat by {author.mention}"
@@ -46,4 +46,4 @@ class GeneralCog(commands.Cog):
# COG ENDING
def setup(bot):
bot.add_cog(GeneralCog(bot))
bot.add_cog(GeneralCog(bot))