diff --git a/misskaty/plugins/chatbot_ai.py b/misskaty/plugins/chatbot_ai.py index 8e8a1bb4..ccb1870a 100644 --- a/misskaty/plugins/chatbot_ai.py +++ b/misskaty/plugins/chatbot_ai.py @@ -104,7 +104,7 @@ async def gpt4_chatbot(self, ctx: Message, strings): messages.append(json_data['message']) except json.JSONDecodeError: pass - await msg.edit_msg(''.join(messages)) + await msg.edit_msg(''.join(messages)+"\n\nPowered by: GPT 4o Mini") # Temporary Disabled For Now Until I Have Key GPT async def openai_chatbot(_, ctx: Message, strings):