From ea47ac5f07990226c066e365fc69f7cc35d6ac2b Mon Sep 17 00:00:00 2001 From: cringshotadeer <83119197+cringshotadeer@users.noreply.github.com> Date: Tue, 17 Aug 2021 10:53:05 +1200 Subject: [PATCH 1/2] another great commit another great commit --- cogs/misc.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cogs/misc.py b/cogs/misc.py index a58855ce..81fa1d4c 100644 --- a/cogs/misc.py +++ b/cogs/misc.py @@ -21,7 +21,12 @@ class misc(commands.Cog): def __init__(self, bot: commands.Bot) -> None: self.bot = bot self.DB = bot.DB - + + @commands.command(aliases = ["jack", "sponserachild"]) + async def tiki(self, ctx): + """Another great commit by justin""" + await ctx.send("Please buy us tiki fire rum: https://www.thewhiskyexchange.com/p/24202/admiral-vernons-old-j-spiced-tiki-fire-rum") + @commands.command() async def nato(self, ctx, *, text): """Converts text to the NATO phonetic alphabet. From e24730dbf49ebdd2dadb7912d07e94a88e988491 Mon Sep 17 00:00:00 2001 From: cringshotadeer <83119197+cringshotadeer@users.noreply.github.com> Date: Thu, 2 Sep 2021 20:53:58 +1200 Subject: [PATCH 2/2] Another great push request Another great push request --- cogs/misc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/misc.py b/cogs/misc.py index aefaf2e9..ea3ee33b 100644 --- a/cogs/misc.py +++ b/cogs/misc.py @@ -49,7 +49,7 @@ async def rate(self, ctx, user: discord.User = None): async def ship(self, ctx, user: discord.User = None): """Ships a user with a random other user. - Results are not endorsed by Snake Bot + Results are endorsed by Snake Bot user: discord.User Defaults to author. @@ -71,7 +71,7 @@ async def ship(self, ctx, user: discord.User = None): async def match(self, ctx, user1: discord.User, user2: discord.User = None): """Sees how much of a match two users are. - Results are not endorsed by Snake Bot + Results are endorsed by Snake Bot user1: discord.User user2: discord.User