Nimwit is yet another general-purpose discord bot written in Nim. Most features are taken from my prior discord bot development ventures and also come from my friend group. If you have a feature request, feel free to open a GitHub issue! :)
You can of-course invite the bot to your server (should be online pretty much 24/7).
You can read up on all features in the markdown wiki. It contains information about commands and their usages and information about some bot features, such as economy.
Compiling to an executable is very easy. Simply run make build
or nimble build -d:ssl
in your terminal. This will compile all nim source code into a single executable.
You will still need the public
and private
directories next to your executable though, as configuration and your token is stored inside there.
See here for a changelog and roadmap for this project.
See here for information about the porjects file structure.
System Dependancies:
- nim (required to compile)
Nimble Dependancies:
Optional:
- GNU Make (Makefile build tool, see Compiling and Hosting)