Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akrasio/appbot

A Fully slash command + modal discord bot for handling applications across multiple servers.
https://github.com/akrasio/appbot

appbot discord discord-js discord-js-bot discordjs javascript slash-command slash-commands

Last synced: 4 months ago
JSON representation

A Fully slash command + modal discord bot for handling applications across multiple servers.

Awesome Lists containing this project

README

        

# /AppBot
> A Fully slash command + modal discord bot for handling applications across multiple servers.

```js
// config.js
module.exports = {
mongo: "mongodb://localhost",
slashGlobal: false,
testGuildID: "12345789012345678",
token: "YourBotsTokenHereLOL"
}
```
___

## Commands:
- `Apply` => *Allows you to apply in the current server*
- `createapp` => *Allows you to create a form in the current server*
- `deleteapp` => *Allows you delete all forms in the current server*
- `formlog` => *Allows you to manage form log in the current server*
- `ping` => *Replies with pong*
___

## Deploy with heroku with the button below:
Deploy to Heroku

Developer: [Akrasio#6075](https://discord.com/users/523579776749928449)