From 5d95275087525d1c9e49687617c5c28d719f07df Mon Sep 17 00:00:00 2001 From: Advay Pal Date: Sun, 29 Dec 2024 18:17:39 -0500 Subject: [PATCH] Some more changes --- misc/discord_bot.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/misc/discord_bot.py b/misc/discord_bot.py index 4aaa8f9c7..ea9e18975 100644 --- a/misc/discord_bot.py +++ b/misc/discord_bot.py @@ -1,7 +1,10 @@ # --- # lambda-test: false +# deploy: true # --- -# # Create a Discord bot on modal +# # Create a Discord Bot on Modal + +# (quick links: [try it out on Discord](https://discord.gg/nR96BxPu)) # In this example we will build a discord bot that given a city as input, tells us the weather in the city for that day # We can do this using slash commands](https://discord.com/developers/docs/interactions/application-commands)