Add a weekly cadence to the match schedule #15
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class MatcherCog(commands.Cog):
|
|||
weekday = 0
|
||||
if hour is None:
|
||||
hour = 9
|
||||
if cadence is None:
|
||||
if cadence is None or cadence == 0:
|
||||
cadence = 1
|
||||
channel_id = str(interaction.channel.id)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue