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

https://github.com/jahirfiquitiva/dashbot

A discord bot for my dashboards support server
https://github.com/jahirfiquitiva/dashbot

bot discord discord-bot hacktoberfest hacktoberfest-accepted hacktoberfest2022 javascript nodejs

Last synced: 11 months ago
JSON representation

A discord bot for my dashboards support server

Awesome Lists containing this project

README

          

DashBot
======

DashBot is a discord bot I created for my [dashboards support server](https://discordapp.com/invite/78h7xgj), it can handle a few commands and also reply when messages have some specific keywords.

### Commands

* `?version x`:

Bot will reply with the latest version of x, x being either `Frames`, `Kuper` or `Blueprint`.

If x isn't defined or doesn't match any of those 3, then it will reply with the latest version of all 3 dashboards.

Alternative commands: `?versions x`, `?v x`

* `?update x`

Bot will reply with the how to update wiki link of x, x being either `Frames`, `Kuper` or `Blueprint`.

If x isn't defined or doesn't match any of those 3, then it will reply with the latest version of all 3 dashboards.

Alternative commands: `?updates x`, `?u x`

* `?setup`

Bot will reply with some info regarding how to setup the dashboards, more specifically, links to their wikis and a link to [`dashbud.dev`](https://dashbud.dev).

Alternative commands: `?bud`, `?dashbud`, `?config`

* `?wiki`

Bot will reply with links to the dashboards wikis.

Alternative commands: `?wikis`, `?w`

* `?donate`

Bot will reply with some information regarding how to donate and support my work

Alternative commands: `?support`, `?d`, `?s`

* `?help`

Bot will reply with some information about the server and the commands it can run

Alternative commands: `?what`, `?h`

### Keywords

Feel free to check out `filtered.json`. Basically, whenever the bot reads a message that includes any of the `keywords`, it will reply with the message in `response` joined by `\n`

---

# Developed by

### [Jahir Fiquitiva](https://jahir.dev/)

[![Follow on GitHub](https://img.shields.io/github/followers/jahirfiquitiva.svg?style=social&label=Follow)](https://github.com/jahirfiquitiva)
[![Twitter Follow](https://img.shields.io/twitter/follow/jahirfiquitiva.svg?style=social)](https://twitter.com/jahirfiquitiva)

If you found this repository helpful and want to thank me, you can:



**Thanks in advance!** :pray:

---

# License

This app is shared under the CreativeCommons Attribution-ShareAlike license.

Copyright © 2020 Jahir Fiquitiva

Licensed under the CreativeCommons Attribution-ShareAlike
4.0 International License. You may not use this file except in compliance
with the License. You may obtain a copy of the License at

http://creativecommons.org/licenses/by-sa/4.0/legalcode

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.