Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zuplyx/bot_anders
- Owner: Zuplyx
- License: mit
- Created: 2019-04-11T12:14:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T14:03:47.000Z (about 2 years ago)
- Last Synced: 2023-09-29T11:13:04.541Z (about 1 year ago)
- Topics: discord-bot, discord-py, discordbot, python, python-3-6
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.