A user-friendly shop system for Discord
-
1. Install the requirements
pip install -r requirements.txt
-
2. Fill out the config.json
-
2.1 Fill the essentials out and test the connection using the included tool
-
3. Start the discord-shop
-
-
4.1 Create the docker image
Navigate first into the discord-shop folder and then enter:
docker build -t discordshopbot .
-
4.2 Upload the docker image to your server or run it on your local machine
You must have the "Seller" role on your server in order to use all features except the setup of the bot
-
=setup: Runs the automatic Setup
-
-
=clear: Delete all messages in a channel
-
=addcategory: Create a shop category
-
-
React with ✏️ to a item to edit it.
-
React with 🗑️ to a item to delete it.
Pull requests are welcome. For major changes, please open an issue upfront to discuss what you would like to change.
Please make sure to update tests as appropriate.