Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anand2312/utilitybot

A Discord Slash Command based Utility bot.
https://github.com/anand2312/utilitybot

Last synced: about 1 month ago
JSON representation

A Discord Slash Command based Utility bot.

Awesome Lists containing this project

README

        

# utilitybot

[![Lint](https://github.com/anand2312/utilitybot/actions/workflows/lint.yml/badge.svg)](https://github.com/anand2312/utilitybot/actions/workflows/lint.yml)

Just some commands that I like having.

# Requirements
Python 3.8+
Poetry
PostgreSQL

# .env example
```
TOKEN=token
COINMARKETCAP_API_KEY=key
DEBUG=true
DB_URI=postgresql://username:pw@localhost:5432/utilitybot
SPOTIFY_CLIENT_ID=id
SPOTIFY_CLIENT_SECRET=secret
```