Bugfix: WillieTimer

This commit is contained in:
Logan Cusano
2021-12-29 23:48:35 -05:00
parent 0cc199de83
commit d9fcb7d0f8

View File

@@ -157,12 +157,12 @@ class WillieTimer(commands.Cog):
willie_time_string = ""
warm_up_string = ""
if self.caller_name is not None:
willie_time_string += f"<@&{self.bot_get_user().id}>, "
willie_time_string += f"<@&{self.bot_get_user().id}> & "
warm_up_string += f"<@&{self.bot_get_user().id}> & "
willie_time_string = f"Willie wanted me to tell you:\n" \
f"\"{self.get_random_420_phrase()}\"" \
f"<@&{self.bot_get_role().id}>"
willie_time_string = f"<@&{self.bot_get_role().id}>! "\
f"Willie wanted me to tell you:\n" \
f"\"{self.get_random_420_phrase()}\""
warm_up_string = f"<@&{self.bot_get_role().id}>! Heads up! " \
f"Willie's passing an early message along:\n" \