Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 days ago
JSON representation

A extremely simple to use Discord bot maker

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`