Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.14 KB

unnamed-color-bot

A convenient and unnessecary color tool, right within discord.

Banner

i don't know why i made this, please send help

usage

You can invite the bot here. Please remember to report any bugs, suggestions, or issues.

This bot utilizes discord slash commands, you can view them all on Discord.

local setup

This repository split into 2 main parts.

  • commands/
  • cloud_function/

commands/

This is the local python project with the script that you will most likely be running.

  1. Create a .env file.
APPLICATION_ID=
BOT_TOKEN=
  1. Run pipenv install to install all of the dependencies for the script.
  2. Run pipenv run main to run the script.

cloud_function/

The bot is hosted using Google Cloud Functions, this folder contains the files that are uploaded.

  1. Inside main.py, replace the string in PUBLIC_KEY = "" with the public key of your application.

empathy included • @cysabicysabi.github.io