Browse Source

Added stuff to readme, inserted todo list into it

tags/v0.3.5
roxie 7 years ago
parent
commit
91b6542310
1 changed files with 41 additions and 1 deletions
  1. +41
    -1
      README.md

+ 41
- 1
README.md View File

@@ -1 +1,41 @@
# Roxbot
[![Banner](http://i.imgur.com/SZIVXEg.png)

[![MIT](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![Python](https://img.shields.io/badge/Python-3.5%2B-blue.svg?style=flat-square)](https://github.com/RainbowDinoaur/roxbot/)
[![Say Thanks](https://img.shields.io/badge/say-thanks-ff69b4.svg?style=flat-square)](https://saythanks.io/to/RainbowDinoaur)

A simple Discord Bot used by me personally, written for fun.

# Command Docs
*Coming soon*

# Changelog

## v0.3.5
- Changelog created

# Todo List
A list I just dump ideas on or planned bug fixes so that I can keep track.

## High Priority
- Create print settings command

## Mid Priority
- Make the code cleaner so that it isn't eye cancer
- Move away from using ID's for everything. Maybe replace list with dict
- Admin tools - For commands already in and things like purge a chat
- On member role assign, welcome member using on_member_update
- Add check for no channel id when a module is enabled

## Low Priority
- Improve user experience
- Better help menu- AutoGen using command.help
- Document admin commands so that all commands are documented

## Command Ideas
- Overwatch stats - Using Overwatch-API lib
- Info command that shows info of bot incl. python metadata
- Command to print readme.md

# Licence
[MIT Licence](https://github.com/RainbowDinoaur/roxbot/blob/master/LICENSE.md)

Loading…
Cancel
Save