Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).