Skip to content

Commit

Permalink
Fix simple roast bot example (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
sguha00 authored Mar 17, 2024
1 parent 995a6d0 commit 663d065
Show file tree
Hide file tree
Showing 2 changed files with 398 additions and 344 deletions.
1 change: 1 addition & 0 deletions example/discord/simple-roast-bot/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

# honcho = Honcho(app_name=app_name, base_url="http://localhost:8000") # uncomment to use local
honcho = Honcho(app_name=app_name) # uses demo server at https://demo.honcho.dev
honcho.initialize()

bot = discord.Bot(intents=intents)

Expand Down
Loading

0 comments on commit 663d065

Please sign in to comment.