https://github.com/skifli/creft
A simple utility / games bot for Discord.
https://github.com/skifli/creft
bot discord discord-bot disgo
Last synced: 4 months ago
JSON representation
A simple utility / games bot for Discord.
- Host: GitHub
- URL: https://github.com/skifli/creft
- Owner: skifli
- License: mit
- Created: 2023-03-19T15:38:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-29T22:07:35.000Z (6 months ago)
- Last Synced: 2026-01-02T05:17:31.829Z (6 months ago)
- Topics: bot, discord, discord-bot, disgo
- Language: Go
- Homepage:
- Size: 195 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Creft
[](https://goreportcard.com/report/github.com/skifli/creft)

- [Creft](#creft)
- [Installation](#installation)
- [Config](#config)
A simple utility / games bot for Discord. It contains features such as counting channels and games such as rock, paper, scissors.
## Installation
* Make sure you have [Go](https://go.dev) installed and is in your system environment variables as **`go`**. If you do not have go installed, you can install it from [here](https://go.dev/dl/).
* Download and extract the repository from [here](https://github.com/skifli/creft/archive/refs/heads/master.zip). Alternatively, you can clone the repository with [Git](https://git-scm.com/) 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, else `creft`.
## Config
* 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.