Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/akrasio/appbot
- Owner: Akrasio
- License: mit
- Created: 2022-02-23T04:40:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T06:05:29.000Z (over 2 years ago)
- Last Synced: 2024-09-28T09:05:46.227Z (4 months ago)
- Topics: appbot, discord, discord-js, discord-js-bot, discordjs, javascript, slash-command, slash-commands
- Language: CSS
- Homepage: https://discord.com/api/oauth2/authorize?client_id=707746087686897685&permissions=414733159488&scope=bot%20applications.commands
- Size: 211 KB
- Stars: 4
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
Developer: [Akrasio#6075](https://discord.com/users/523579776749928449)