https://github.com/systemvll/discord-open-shop
https://github.com/systemvll/discord-open-shop
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/systemvll/discord-open-shop
- Owner: SystemVll
- License: apache-2.0
- Created: 2025-04-26T18:18:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-26T18:18:55.000Z (about 1 year ago)
- Last Synced: 2025-06-28T04:13:08.772Z (11 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Open Shop
Discord Open Shop is an open source discord bot that make you able to use your discord guild as a marketplace
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Introduction
Provide a brief introduction to your project, explaining its purpose and main features. Include any necessary background information that users might need to understand the context of your Discord bot.
## Example
[](https://github.com/Inplex-sys/discord-open-shop/assets/69421356/d74b094b-cc09-4777-b0b3-f35c8867db96)
## Features
Highlight the main features of your Discord bot. Include a list or bullet points to make it easy for users to understand what your bot can do.
- Self-Hosted
- Databaseless
- Easy to setup
## Installation
Provide instructions on how to install and set up your Discord bot. Include any dependencies, configuration files, or environment variables that users need to set up.
- Create a `.env` file and add your Discord bot token:
```
TOKEN="YOUR_BOT_TOKEN"
CLIENT_ID="YOUR_CLIENT_ID"
```
## Using bun
```bash
$ bun i
$ bun run start
```
## Using NodeJS
```bash
$ npm i
$ npm run start
```
## Contributing
We welcome contributions! If you'd like to contribute to [Your Bot Name], please follow these guidelines:
- Open an issue to discuss proposed changes or new features.
- Fork the repository, make your changes, and submit a pull request.