Skip to content

allen91wu/discord-bot

Repository files navigation

Discord-bot

It'a discord bot.

Getting Started

Prerequisites

Function

  • Meme pictures sender
  • Chat bot
  • Ping
  • Remove messages
  • Echo messages

Usage

Step 1. Download the repo

$ git clone https://github.com/allen91wu/discord-bot
$ cd discord-bot

Step 2. Set up the virtual environment

$ pip install pipenv
$ pipenv install
  • pipenv: for dependency management

Step 3. Set up your discord bot token

$ pipenv run dotenv set BOT_TOKEN YOUR_TOKEN

Step 4. Implement the bot server

$ cd discord-bot
$ pipenv run python discord-bot.py

Contributing

See Contributing

Authors

Allen Wu

Created from Lee-W/cookiecutter-python-template version 0.9.1