Releases: LendaDeAfonselio/Alarm_Bot
Releases · LendaDeAfonselio/Alarm_Bot
Alarm bot without slash commands
Alarm bot version that still uses $ as a prefix.
After this version the bot started to employ slash commands
Limitless alarms
Alarm bot version that allows for limitless alarm
Bot before shards
Better if you are using the bot locally for a couple of servers, shards make the logic a bit harder since it becomes a distributed system and it is more prone to bugs :)
Alarm bot with timezones stable
Available Commands:
Currently the bot has the following commands:
help- Help command with all you need to know about the bot and the commands.- Usage example:
$help
- Usage example:
activateAlarm- Reactivates a silenced alarm.- Usage example:
$activateAlarm id123
- Usage example:
activateAllAlarms- Reactives all silenced alarms.- Usage example:
$activateAllAlarm -aor$activateAllAlarm -p
- Usage example:
alarm- Sets up an alarm to the channel in which you're sending the message. If you wish to send the alarm to a specific channel, the last "word" of the message should be the channel that you desire to send the message to (examples above).- Usage example:
$alarm GMT */30 9-18 * * * aaa
- Usage example:
alarmHelp- Some examples and help on how to setup an alarm.- Usage example:
$alarmHelp
- Usage example:
deleteAlarm- Deletes an alarm given an id.- Usage example:
$deleteAlarm id123
- Usage example:
deleteAllAlarms- Deletes all private alarms or alarms that YOU have set in a server.- Usage example:
$deleteAllAlarms -aor$deleteAllAlarms -p
- Usage example:
myAlarms- Shows you a list of your public and private alarms.- Usage example:
$myAlarms
- Usage example:
oneTimeAlarm- Sets up an one time alarm, use -p for a private alarm.- Usage example:
$oneTimeAlarm GMT 19:00 Hello
- Usage example:
ping- Just to check if the bot is alive.- Usage example:
$ping
- Usage example:
privateAlarm- Sets up a private alarm via DM.- Usage example:
$privateAlarm GMT */30 9-18 * * * aaa
- Usage example:
silenceAlarm- Silences a specific alarm, if you pass a date (ex: 22/03) it will activate once that they arrives otherwise the alarm will be silent activated again withactivateAlarm.- Usage example:
$silenceAlarm id123 23/01
- Usage example:
silenceAllAlarms- Silences all alarms until they are activated again.- Usage example:
$silenceAllAlarms -aor$silenceAllAlarms -p
- Usage example:
Alarm Bot without timezones
Stable alarm bot without timezones
Commands:
help- Help command with all you need to know about the bot and the commands!alarm- Sets up an alarm to the channel in which you're sending the message.alarmHelp- Some examples and help on how to setup an alarm.deleteAlarm- deletes an alarm given an id.myAlarms- Shows you a list of your public and private alarms.oneTimeAlarm- Sets up an one time alarm, use -p for a private alarm!ping- Just to check if the bot is alive.privateAlarm- Sets up a private alarm via DM.
The alarms will be activated at the specified time WHERE the bot is running.