Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itevie/dbm
A extremely simple to use Discord bot maker
https://github.com/itevie/dbm
bot dbm discord discordbotmaker maker rust simple tauri
Last synced: 2 months ago
JSON representation
A extremely simple to use Discord bot maker
- Host: GitHub
- URL: https://github.com/itevie/dbm
- Owner: itevie
- License: apache-2.0
- Created: 2024-08-21T09:29:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-31T11:14:24.000Z (4 months ago)
- Last Synced: 2024-09-26T19:08:31.285Z (3 months ago)
- Topics: bot, dbm, discord, discordbotmaker, maker, rust, simple, tauri
- Language: Rust
- Homepage:
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Bot Maker
This is a temporary name for the project until I think of something better (tell me if you have an idea)This is a simple app which allows you to create your own Discord bots to do anything you like!
It has a simple prograaming language, custom made (scratch-like block coding coming soon!).
## Example Code
Once you have created a command, you could do for example:
```
message.reply("Hello World! You said: " + message.content)
```## Installation
1. Download the repository
2. Make sure you have: cargo, rust, node, npm installed
3. In the main directory, run `npm install`
4. You should then be able to run `npm run tauri dev`