mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-11 07:33:14 -04:00
user command support
This commit is contained in:
parent
af5a7f4252
commit
86936dc100
14 changed files with 710 additions and 11 deletions
|
@ -7,7 +7,15 @@ const { editOrReply } = require('../../../../labscore/utils/message');
|
|||
|
||||
module.exports = {
|
||||
description: 'Get someones avatar.',
|
||||
name: 'avatar',
|
||||
name: 'avatar2',
|
||||
contexts: [
|
||||
0,
|
||||
1,
|
||||
2
|
||||
],
|
||||
integrationTypes: [
|
||||
1
|
||||
],
|
||||
options: [
|
||||
{
|
||||
name: 'user',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue