mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
cleanup
This commit is contained in:
parent
83e94328cf
commit
a8e0ac05f2
11 changed files with 9 additions and 39 deletions
|
@ -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})`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue