This commit is contained in:
derpystuff 2022-07-29 22:49:11 +02:00
parent 83e94328cf
commit a8e0ac05f2
11 changed files with 9 additions and 39 deletions

View file

@ -14,7 +14,7 @@ module.exports = {
context.reply(
`${context.user.mention}, you are lacking the permission \`BOT_OWNER\`.`
),
run: async (context, args) => {
run: async (context) => {
await context.triggerTyping();
const time = Date.now();
console.log(`v2 | command refresh requested @ ${Date.now()} by ${context.user.username}${context.user.discriminator} (${context.user.id})`)