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)