I started learning C# quite a few months ago through game modding and then made a bot in JavaScript; it was bad, unoptimized and the code was really really ugly. So, with my newly acquired magical C# powers I decided to make my own bot, and surprise, NetCord is dozens of times more performant and dozens of times more readable!
This bot runs using NetCord and tightly optimized code to run on small systems. Though, it's still messy as I made it in a rush. (Will organize it in newer releases)
It also uses the Neon Postsgre Database!
There are two ways of using this bot:
- Server
- Personal computer
This bot was MADE to be ran on a server, and it is easy to do so.
For example, you can use Render to host it, though it is paid unless you use the Website worker with a few not very legal hacky hacks.
If you want to do some tweaks..
- Download the latest release's source code .zip
- Do the tweaks you want to do
- Use Git to push it to your repo
- Follow the instructions on Render
- Add in the environment variables those:
"DISCORD_BOT_TOKEN_ENGIKITTY": the bot's auth token
"ENGIKITTY_GROQ_KEY": the API key that will be used for the API - You're done
If you don't..
- Follow the instructions on Render, and link this repo
- Add in the environment variables those:
"DISCORD_BOT_TOKEN_ENGIKITTY": the bot's auth token
"ENGIKITTY_GROQ_KEY": the API key that will be used for the API - You're done
- Download the latest release for your operating system (sorry Linux users)
- Extract it into a folder
- Add in your environment variables those:
"DISCORD_BOT_TOKEN_ENGIKITTY": the bot's auth token
"ENGIKITTY_GROQ_KEY": the API key that will be used for the API - Run the .exe