lint: turn on @stylistic/js/semi
This commit is contained in:
@@ -116,7 +116,7 @@ export default {
|
||||
usage: "[message]",
|
||||
description: "Set away message",
|
||||
execute: (app, args) => {
|
||||
const params = []
|
||||
const params = [];
|
||||
if (args.length) {
|
||||
params.push(args.join(" "));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user