ZealousBot is a handy Discord bot that creates and resides in it's own channel (#zealousbot
). It has several cronjobs (chronological jobs) informing users about daily resets, news updates etc and also includes a list of commands to request specific MS2 details. See the list below for more information. Want to contribute / report bugs? Open up an issue or pull request.
I can be reached through Discord as Preversive (Robert)#6611
.
-
Invite the bot to your own discord server
-
Grant the bot admin rights (don't worry, it has been trained to ignore everything except the following channels:)
#zealousbot
#daily-guildquest
#official-nexon-news
That's it!
I'm hosting the bot for you, and it serves all these servers at the same time.
+help
Returns an embed message with all commands and cronjobs+servertime
Returns the current server time in UTC+setdaily <daily guildquest>
Updates the daily guild quest channel+serverstatus
Immediately pings the MS2 login server to check it's status
updateOwnTime
every minutedailyReset
every day except Friday at 0:00 UTCweeklyReset
every Friday night at 0:00 UTCguildQuestReset
every day at 0:00 UTCcheckNewsWebsite
every 30 minutescheckLoginServer
every 5 minutes when online, every minute when offline
ZealousBot creates his own channels, or will use your current channels with the names up top. To change those, you'll have to host your own version of ZealousBot (see Developers note). You can however, drag and drop the channels from the created category, and even delete the category entirely. You can remove the #daily-guildquest
channel as well, but it will be recreated as soon as someone uses the +setdaily
command. I'm working on a way to enable / disable certain features.
- Stop automatically creating channels for features, but rather use
+addchannel
if you want to 'subscribe' to functionalites.
When forking this repository, create a new .env
file using the example.env
file provided. Please never upload keys or passwords to GitHub.
ZealousBot has been created using nodejs v9.11.1 and npm 6.4.1
- This repository requires NodeJS and NPM.
- Fork this repository
- Create your own Config.js
- Run
npm install
- Run
nodemon App.js
I'm using Heroku
to host ZealousBot. It's free and deploying goes through Github. Message me on discord if you need any help with setting up your own variant. (Don't change the copyright / credit section in +help please)
ZealousBot is GNU licensed.