comments
This commit is contained in:
3
dist/util/main.js
vendored
3
dist/util/main.js
vendored
@@ -43,6 +43,9 @@ function shuffle(array) {
|
||||
return array;
|
||||
}
|
||||
exports.shuffle = shuffle;
|
||||
/**
|
||||
* use the emsg() function instead
|
||||
*/
|
||||
class errorMessage {
|
||||
constructor(msg, ephemeral = true) {
|
||||
this.msg = msg;
|
||||
|
||||
Reference in New Issue
Block a user