An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Creft

[![Go Report Card](https://goreportcard.com/badge/github.com/skifli/creft)](https://goreportcard.com/report/github.com/skifli/creft)
![Lines of Code](https://img.shields.io/github/languages/code-size/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.