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
- Host: GitHub
- URL: https://github.com/jahirfiquitiva/dashbot
- Owner: jahirfiquitiva
- License: other
- Created: 2020-04-23T15:27:39.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T15:10:51.000Z (over 2 years ago)
- Last Synced: 2025-02-10T06:13:09.151Z (over 1 year ago)
- Topics: bot, discord, discord-bot, hacktoberfest, hacktoberfest-accepted, hacktoberfest2022, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 340 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)
[](https://github.com/jahirfiquitiva)
[](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.