update/rebrand-name

This commit is contained in:
SowinskiBraeden committed 2023-09-02 15:26:09 -07:00
1 parent 5d945e4893
commit cfa5cab0a9
4 files changed
+14 -13

No files matched your search

@@ -17,7 +17,7 @@ const readline = require('readline');
const minute = 60000; // 1 minute in milliseconds
class DayzArmbands extends Client {
class DayzRBot extends Client {
constructor(options, config) {
super(options)
@@ -320,6 +320,7 @@ class DayzArmbands extends Client {
Channel.send(embed);
}
// Handles internal errors for slash commands. E.g failed to update database from slash command.
sendInternalError(Interaction, Error) {
this.error(Error);
@@ -442,4 +443,4 @@ class DayzArmbands extends Client {
}
}
module.exports = DayzArmbands;
module.exports = DayzRBot;