From 83e654d9598b5b02f9d8e3ed345fd77429ddffc2 Mon Sep 17 00:00:00 2001 From: bradleysigma Date: Mon, 9 Oct 2023 12:47:32 +1000 Subject: [PATCH] Delete cookbook.py --- unimplemented/cookbook.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 unimplemented/cookbook.py diff --git a/unimplemented/cookbook.py b/unimplemented/cookbook.py deleted file mode 100644 index 34d5948a..00000000 --- a/unimplemented/cookbook.py +++ /dev/null @@ -1,10 +0,0 @@ -from uqcsbot import bot, Command - - -@bot.on_command("cookbook") -def handle_cookbook(command: Command): - """ - `!cookbook` - Returns the URL of the UQCS student-compiled cookbook (pdf). - """ - bot.post_message(command.channel_id, "It's A Cookbook!\n" - "https://github.com/UQComputingSociety/cookbook")