Adding Choking/Hugging Help

pull/4/head
sgoudham 5 years ago
parent 149f8e2847
commit 26f5f318a7

@ -64,6 +64,12 @@ def fun_function(self, guild_icon, enso_name, enso_icon):
"\n *(Perms: Everyone)*", True), "\n *(Perms: Everyone)*", True),
(blank_space, f"`{self.ctx.prefix}cuddle [person]`" + (blank_space, f"`{self.ctx.prefix}cuddle [person]`" +
"\n Allows the user to cuddle a person in the server" + "\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)] "\n *(Perms: Everyone)*", True)]
# Add the fun_commands fields to the embed # Add the fun_commands fields to the embed

Loading…
Cancel
Save