-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Louis_45
authored
Nov 18, 2020
1 parent
3aa7cb9
commit 08236e8
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |