Skip to content

Commit

Permalink
shell
Browse files Browse the repository at this point in the history
  • Loading branch information
advay-modal committed Dec 29, 2024
1 parent 086be06 commit 72abe35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/discord_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# **General Information**.


# ```shell
# ``` shell
# BOT_TOKEN='replace_with_bot_token'
# CLIENT_ID='replace_with_client_token'
# curl -X POST \
Expand Down Expand Up @@ -199,7 +199,7 @@ async def get_weather_forecast_api(request: Request):
# You can deploy this app by running the following command from your root
# directory:

# ```shell
# ``` shell
# modal deploy discord_bot.py
# ```

Expand Down

0 comments on commit 72abe35

Please sign in to comment.