-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSystem.js
More file actions
17 lines (16 loc) · 731 Bytes
/
System.js
File metadata and controls
17 lines (16 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
var BotInfo = [
Version = "2.2.1",
BuildID = "2022.06.30.2.2.1",
VN = "2.2.1 Update",
Developer = "theopcoder",
];
var BotErrors = [
PermissionError = ":no_entry_sign: You don't have permission to use this command!",
NullArguments = ":warning: Please supply an argument/reason for the command!",
NullUser = ":warning: You forgot to mention a user or couldn't be found!",
StaffUser = ":no_entry_sign: You can't perform this command on staff!",
DMMessage = ":no_entry_sign: You can't use this command in DMs!",
UserAlreadyUnmuted = ":warning: That user is already unmuted",
UserAlreadyMuted = ":warning: That user is already muted!",
DMError = ":warning: I couldn't DM that user!",
];