Skip to content

Commit

Permalink
Created a readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis_45 authored Nov 18, 2020
1 parent 3aa7cb9 commit 08236e8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# discord-shop
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
[![built with: Python3](https://camo.githubusercontent.com/0d9fbff04202da688cc79c5ffe984bd171edf453b2e41e5e56e55202dd5bdbb2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275696c74253230776974682d507974686f6e332d7265642e737667)](https://www.python.org/)

discord-shop is a shop system for discord which is easy to use.

## Installation
```bash
pip install -r requirements.txt
```
Please don't forget to configure the config.py


## Usage
You need to own the "Support" role to use the bot.

=help: Command Help

=clear: Delete all messages in a channel

=addcategory: Create a shop category

=additem: Create a item

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

0 comments on commit 08236e8

Please sign in to comment.