A simple utility / games bot for Discord. It contains features such as counting channels and games such as rock, paper, scissors.
- Make sure you have Go installed and is in your system environment variables as
go
. If you do not have go installed, you can install it from here. - Download and extract the repository from here. Alternatively, you can clone the repository with Git by running
git clone https://github.com/skifli/creft
in a terminal. - Run the command
go build creft.go
. - The compiled binary is in the same folder, named
creft.exe
if you are on Windows, elsecreft
.
- Open
./config.json
. - Paste your bot token as the value of the
botToken
key. - Paste your bot's application ID as the value of the
appID
key.