Bugfix: WillieTimer
This commit is contained in:
@@ -49,7 +49,7 @@ class WillieTimer(commands.Cog):
|
||||
if not self.lock:
|
||||
await ctx.send(f"Thanks {member}, Willie will be in touch soon...")
|
||||
self.lock = True
|
||||
self.caller_name = member
|
||||
self.caller_name = str(member)
|
||||
self.bg_timer.start()
|
||||
else:
|
||||
await ctx.send(f"I already told Willie {member}, if you want me to tell him to stop, @ me and say 'stop420'")
|
||||
@@ -160,13 +160,13 @@ class WillieTimer(commands.Cog):
|
||||
willie_time_string += f"<@&{self.bot_get_user().id}> & "
|
||||
warm_up_string += f"<@&{self.bot_get_user().id}> & "
|
||||
|
||||
willie_time_string = f"<@&{self.bot_get_role().id}>! "\
|
||||
f"Willie wanted me to tell you:\n" \
|
||||
f"\"{self.get_random_420_phrase()}\""
|
||||
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" \
|
||||
f"\"{self.get_random_warm_up_phrase()}\""
|
||||
warm_up_string += f"<@&{self.bot_get_role().id}>! Heads up! " \
|
||||
f"Willie's passing an early message along:\n" \
|
||||
f"\"{self.get_random_warm_up_phrase()}\""
|
||||
|
||||
output_dict = {
|
||||
'420': str(willie_time_string),
|
||||
|
||||
Reference in New Issue
Block a user