aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/holidays/halloween/spookynamerate.py
diff options
context:
space:
mode:
authorGravatar brad90four <[email protected]>2021-10-24 18:30:15 -0400
committerGravatar GitHub <[email protected]>2021-10-24 18:30:15 -0400
commit4a6fb11e5ae6ebf65195b1efff1702c7ab74f5c5 (patch)
tree77ffbf32852a804589fe8501bb4035bae6a930d4 /bot/exts/holidays/halloween/spookynamerate.py
parenttemp: add restructured layout in comments (diff)
parentMerge pull request #926 from python-discord/tools/isort (diff)
Merge branch 'main' into color-677
Diffstat (limited to 'bot/exts/holidays/halloween/spookynamerate.py')
-rw-r--r--bot/exts/holidays/halloween/spookynamerate.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bot/exts/holidays/halloween/spookynamerate.py b/bot/exts/holidays/halloween/spookynamerate.py
index 2e59d4a8..a3aa4f13 100644
--- a/bot/exts/holidays/halloween/spookynamerate.py
+++ b/bot/exts/holidays/halloween/spookynamerate.py
@@ -143,7 +143,7 @@ class SpookyNameRate(Cog):
if data["author"] == ctx.author.id:
await ctx.send(
"But you have already added an entry! Type "
- f"`{self.bot.command_prefix}spookynamerate "
+ f"`{Client.prefix}spookynamerate "
"delete` to delete it, and then you can add it again"
)
return
@@ -185,7 +185,7 @@ class SpookyNameRate(Cog):
return
await ctx.send(
- f"But you don't have an entry... :eyes: Type `{self.bot.command_prefix}spookynamerate add your entry`"
+ f"But you don't have an entry... :eyes: Type `{Client.prefix}spookynamerate add your entry`"
)
@Cog.listener()
@@ -225,7 +225,7 @@ class SpookyNameRate(Cog):
"Okkey... Welcome to the **Spooky Name Rate Game**! It's a relatively simple game.\n"
f"Everyday, a random name will be sent in <#{Channels.community_bot_commands}> "
"and you need to try and spookify it!\nRegister your name using "
- f"`{self.bot.command_prefix}spookynamerate add spookified name`"
+ f"`{Client.prefix}spookynamerate add spookified name`"
)
await self.data.set("first_time", False)