We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 810be5b + 08c970d commit 7e54bb3Copy full SHA for 7e54bb3
lib/tasks/discord.rake
@@ -4,6 +4,11 @@ namespace :discord do
4
bot.run
5
end
6
7
+ desc "Sends a daily puzzle. Useful for days when the approved puzzles where at 0 when the cron job ran."
8
+ task new_puzzle: :environment do
9
+ DailyPuzzleJob.perform_now
10
+ end
11
+
12
desc "Clear all globally registered bot commands and re-register them"
13
task reset_commands: :environment do
14
# Fetch and delete all existing commands
0 commit comments