Konikotaka is a Discord Bot that I created for my personal server. It's a fun project that I use to learn new technologies and concepts.
Name and Photo Konikotaka
- Moderation
- Fun
- Utility
- Games
- OpenAI
- Cloudflare AI
- Anime Waifus (SFW)
- Memes (SFW)
I would prefer if you don't run an instance of my bot. Just call the invite command with an invite URL to have it on your server.
Nevertheless, the installation steps are as follows:
Create an .env
file in the root directory with the following variables:
DISCORD_TOKEN=
POSTGRES_URL=
GUILD_ID=
GENERAL_CHANNEL_ID=
BOT_CHANNEL_ID=
AWS_ACCESS_KEY=
AWS_SECRET_ACCESS_KEY=
PREFIX=
HEALTHCHECK_URL=
X-API-KEY=
CLIENT_ID=
OPENAI_TOKEN=
CLOUDFLARE_AI_GATEWAY_URL=
CLOUDFLARE_AI_URL=
CLOUDFLARE_AI_TOKEN=
Build the docker image:
docker build -t konikotaka .
docker run --env-file ./.env -p 8000:8000 konikotaka
or pull the docker image:
docker pull ghcr.io/alexraskin/konikotaka:latest
I prefer if you don't contribute to this project. It's a personal project that I use to learn new technologies and concepts. If you have any suggestions, please open an issue.
No personal data is stored.