Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonaskop44/discord-helper
A Discord Bot which can help users
https://github.com/jonaskop44/discord-helper
Last synced: 28 days ago
JSON representation
A Discord Bot which can help users
- Host: GitHub
- URL: https://github.com/jonaskop44/discord-helper
- Owner: Jonaskop44
- Created: 2023-08-15T23:24:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T01:23:26.000Z (about 1 year ago)
- Last Synced: 2024-04-29T22:45:51.514Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About The Project
A Discord Bot that creates a button through which the user can request help from a helper. The helpers then receive a private message containing all further information.
## Built With
- Libraries
- [Discord.js](https://discord.js.org/)## Slash Commands
- **/create**
- **Description**: Creates the help button.
- **/ping**
- **Description**: Shows the bot's ping.
# Getting Started Development
This is an example of setting up your project locally.
To get a local copy up and running follow these simple example steps.## Prerequisites Development
This project requires NodeJS (version 16 or later), Yarn VScode. Node, Yarn and VScode are really easy to install. To make sure you have them available on your machine, try running the following command.
- node
```sh
node -v
v18.5.0
```## Installation Development
- Clone the repo
```sh
git clone https://github.com/Jonaskop44/Discord-Cashsystem.git
cd Discord-Cashsystem
code .
```### Web Development
1. install packages
```sh
npm install
```2. start dev server
```sh
npm run dev
```# Roadmap
See the [open issues](https://github.com/Jonaskop44/Discord-Cashsystem/issues) for a list of proposed features (and known issues).
# Contributing
Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request# Contact
Email - [email protected]
Discord - Jonaskop44
Telegram - [Jonaskop44](https://t.me/Jonaskop44)