From a06a80b268ff8bff941efc705c20e6a2c4a53f0e Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Fri, 6 Dec 2019 20:20:57 -0800 Subject: [PATCH] [NoFlippedTables] Snackburr > snackbear --- noflippedtables/noflippedtables.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/noflippedtables/noflippedtables.py b/noflippedtables/noflippedtables.py index b9b4078..97d385d 100644 --- a/noflippedtables/noflippedtables.py +++ b/noflippedtables/noflippedtables.py @@ -56,13 +56,13 @@ class NoFlippedTables(commands.Cog): @tableset.command() async def snackbear(self, ctx): - """Snackbear is unflipping tables!""" + """Snackburr is unflipping tables!""" settings = await self.config.guild(ctx.guild).SNACKBEAR() await self.config.guild(ctx.guild).SNACKBEAR.set(not settings) if not settings: - await ctx.send("Snackbear will now unflip tables.") + await ctx.send("Snackburr will now unflip tables.") else: - await ctx.send("Snackbear is heading off for his errands!") + await ctx.send("Snackburr is heading off for his errands!") @tableset.command() async def toggle(self, ctx):