Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zuplyx/bot_anders

A discord bot
https://github.com/zuplyx/bot_anders

discord-bot discord-py discordbot python python-3-6

Last synced: about 1 month ago
JSON representation

A discord bot

Awesome Lists containing this project

README

        

# Bot_Anders

A simple discord bot.
For a list of commands use the bot's `!help` command.

## Installation:

This project uses [Poetry](https://github.com/python-poetry/poetry) for dependency management, so you need it to install
this bot.

Either download the zip or use
`git clone https://github.com/Zuplyx/Bot_Anders`.

After this enter the source directory and install the bot, and it's dependencies by using `poetry install`.

## Starting the bot:

To use the bot, you first have to create a file named `discord_token.txt` in the bot directory
which contains your [authorization token.](https://discordapp.com/developers/docs/topics/oauth2#bots)

After this start the bot by using `python main.py`.