fix: sendSlash in dm channel

This commit is contained in:
March 7th
2022-11-06 12:05:18 +07:00
parent a768fbf590
commit 0975224da0
10 changed files with 69 additions and 64 deletions

View File

@@ -32,7 +32,7 @@ async function checkUpdate(client) {
If you don't want to show this message, set ${chalk.cyanBright('checkUpdate')} to false
new Client({
const client = new Client({
checkUpdate: false,
});
@@ -46,7 +46,7 @@ async function checkUpdate(client) {
If you don't want to show this message, set ${chalk.cyanBright('checkUpdate')} to false
new Client({
const client = new Client({
checkUpdate: false,
});