An open API service indexing awesome lists of open source software.

https://github.com/systemvll/discord-open-shop


https://github.com/systemvll/discord-open-shop

Last synced: 11 months ago
JSON representation

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.