8000 GitHub - Zelzahn/Gringott-2.0: A discord bot to settle your debts once and for all
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Zelzahn/Gringott-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gringott 2.0

Invite url

A discord bot orginally written in Python to perform simple who owes whom tasks. The bot has now been completely written in TypeScript and the backend has been replaced from a csv file to a proper MongoDB database.

Usage

This bot exclusively uses Discord's new slash-commands, so just type / to see a complete list of the commands.

Installation

$ echo "BOT_TOKEN=[BOT TOKEN]" > .env

# Docker
$ docker-compose up -d --build

# If no docker is installed
$ echo "MONGODB_URL=[MONGODB URL]" >> .env
$ export $(cat .env | xargs)
$ npm i
$ npm run prod

# Local development
$ npm run start # Run this instead of the previous statement

About

A discord bot to settle your debts once and for all

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0