Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matdombrock/discover-bot
Python3 Discord Bot for the Discover Programming discord.
https://github.com/matdombrock/discover-bot
Last synced: 7 days ago
JSON representation
Python3 Discord Bot for the Discover Programming discord.
- Host: GitHub
- URL: https://github.com/matdombrock/discover-bot
- Owner: matdombrock
- License: gpl-3.0
- Created: 2018-03-06T02:26:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T10:17:00.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T04:44:34.460Z (about 2 months ago)
- Language: Python
- Homepage: https://discord.gg/JG9mQu7
- Size: 28.3 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Discover-Bot
A Discord bot for the discord server "Discover Programming". Join us at: https://discord.gg/JG9mQu7### Requirements:
-Python 3.x-````discord.py```` (https://github.com/Rapptz/discord.py)
-Discord account with API key (https://discordapp.com/developers/applications/me)
-Bot must have admin to run some commands
-Bot must have read/write access to store memories
### Usage:
-Change the key in the last line
````client.run('test')````-Run the bot
Example: ````python3 dbot.py````
-See what the bot can do by typing:
```?help```
### Contributing:
This is a community project, so anyone is welcome to contribute.That being said, the code is soon to go through a major re-write.
A great way to help out is by adding preset tutorial messages to the ```tutorials/``` directory. These messages should be formatted just as you would format a discord message and they should be named ```.txt``` (all lower case).