From 26f5f318a7787cfa665ca0a5282ab26146c277a3 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 11 Jul 2020 19:35:04 +0100 Subject: [PATCH] Adding Choking/Hugging Help --- cogs/help/help.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cogs/help/help.py b/cogs/help/help.py index ad8da0c8..8ad4fa0e 100644 --- a/cogs/help/help.py +++ b/cogs/help/help.py @@ -64,6 +64,12 @@ def fun_function(self, guild_icon, enso_name, enso_icon): "\n *(Perms: Everyone)*", True), (blank_space, f"`{self.ctx.prefix}cuddle [person]`" + "\n Allows the user to cuddle a person in the server" + + "\n *(Perms: Everyone)*", True), + (blank_space, f"`{self.ctx.prefix}choke [person]`" + + "\n Allows the user to choke a person in the server" + + "\n *(Perms: Everyone)*", True), + (blank_space, f"`{self.ctx.prefix}hug [person]`" + + "\n Allows the user to hug a person in the server" + "\n *(Perms: Everyone)*", True)] # Add the fun_commands fields to the embed