Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 504 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 504 Bytes

EmbedBot

A discord bot whose sole purpose is creating embeds.

Requirements

This bot requires discord.py ( https://github.com/Rapptz/discord.py ) and python 3.7 to run.

Installation

  1. Clone the repo

  2. Install discord.py (e.g. via pip3)

  3. Put the bot token of your bot account into a file called tokenfile in the same directory as start.sh.

  4. Run ./start.sh.

To stop the bot, send a keyboard interrupt (^C on linux). The bot will then shut down. This might take a bit!