Skip to content

Bot Versions

Hugo edited this page Apr 24, 2021 · 7 revisions

Different Versions and styles of the Bot

The Bot has evolved over time and there are 3 different major versions. The first and oldest ones are only sending you a text message from a predefined IP address, while the second two are more complex and are able to do more stuff. The second one introduces embed messages and the version 3 bot adds more customization.

Navigate:

Version 1

It's the first version and it has a simple Text message that gives you the server status from a predefined server IP. No more functions are added. Server IP, Port & messages can be changed in the bot.js.

Version 1 status message

Downloads:

Version 2

This version had a minor rewrite of the code and Introduces the embed messages instead of just a normal text message. It has possibilities to add Server Logos, Websites & Name. The color even changes depending on if the server is online or offline. Server IP, Port, Logos, Websites & Names can be edited in bot.js.

Version 2 status message(Online) Version 2 status message(Offline)

Downloads:

Version 3 (Canceled)

This is the biggest version of them all, with a total rewrite of all code and a whole new way to add more commands. This update adds more commands to the server and a whole new way of making them. You can pick and choose which commands you want to use for your own bot.

Version 3 v2

Instead of a total rewrite (as in Version 3) of the bot I've come to the conclusion that the original reason for the bot was for the status message command. Not a full bot that does other things not related to what this bot currently does. Instead, I will update the old bot to work with newer versions of Discord.js so it will continue to work into the future.

Downloads:

Clone this wiki locally