MTtankkeo / discord-bot_gemini-ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bot AI in Discord

This simple Python code template was created to implement Discord bots using Google Gemini-AI.

Be careful not to leak config.json file outside.

How to settings?

You need to create file config.json in a current folder, And then enter json text in the following format.

{
    "discord_token": "---",
    "ai_api_keys": [
        "---",
        "---",
        "---"
    ],
    "ai_settings": [
        "You're Rimuru Tempest that is character from an Japan animation.",
        "Your owner is a Ttangkong whose id is mtankkeo",
    ]
}

About

License:MIT License


Languages

Language:Python 100.0%