You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitmessage.channel.send(f"**This server does not have access to built-in api keys, provide your own from https://console.groq.com/keys using {awaitself.bot.get_prefix(message)}groq_api_key <api_key>**")
397
+
awaitmessage.channel.send(f"**This server does not have access to built-in api keys, provide your own from https://console.groq.com/keys using {awaitself.bot.get_prefix(message)}groq-api-key <api_key>**")
398
398
logger.info(f"{message.author} tried to ask AI in {message.guild.name} ({message.guild.id}): AI Disabled!")
awaitcontext.send(f"**This server does not have access to built-in api keys, provide your own from https://console.groq.com/keys using {awaitself.bot.get_prefix(context)}groq_api_key <api_key>**")
546
+
awaitcontext.send(f"**This server does not have access to built-in api keys, provide your own from https://console.groq.com/keys using {awaitself.bot.get_prefix(context)}groq-api-key <api_key>**")
547
547
logger.info(f"{context.author} tried to set AI channel in {context.guild.name} ({context.guild.id}): AI Disabled!")
awaitcontext.send(f"**This server does not have access to built-in api keys, provide your own from https://console.groq.com/keys using {awaitself.bot.get_prefix(context)}groq_api_key <api_key>**")
623
+
awaitcontext.send(f"**This server does not have access to built-in api keys, provide your own from https://console.groq.com/keys using {awaitself.bot.get_prefix(context)}groq-api-key <api_key>**")
624
624
logger.info(f"{context.author} tried to create AI thread in {context.guild.name} ({context.guild.id}): AI Disabled!")
0 commit comments