Bugfix: WillieTimer
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user