Skip to content

Commit

Permalink
add repo URL to bot
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobdylanc committed Jan 29, 2024
1 parent 3cec987 commit 7bfaee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmcord.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
llm_client = AsyncOpenAI(**LLM_CONFIG[LLM_PROVIDER])
intents = discord.Intents.default()
intents.message_content = True
discord_client = discord.Client(intents=intents)
discord_client = discord.Client(intents=intents, activity=discord.CustomActivity(name="https://github.com/jakobdylanc/discord-llm-chatbot"))

msg_nodes = {}
active_msg_ids = []
Expand Down

0 comments on commit 7bfaee2

Please sign in to comment.