mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
test role command
This commit is contained in:
parent
cd624c9066
commit
1b81417b57
5 changed files with 286 additions and 38 deletions
|
@ -1,7 +1,9 @@
|
|||
const { ClusterClient, CommandClient, InteractionCommandClient } = require('detritus-client');
|
||||
const { ActivityTypes, PresenceStatuses, GatewayIntents, Permissions, ClientEvents } = require('detritus-client/lib/constants');
|
||||
|
||||
const { PERMISSIONS_TEXT, DEFAULT_BOT_NAME, DEFAULT_PREFIXES } = require('#constants');
|
||||
const { DEFAULT_BOT_NAME, DEFAULT_PREFIXES } = require('#constants');
|
||||
const { PERMISSIONS_TEXT } = require('#permissions');
|
||||
|
||||
const Paginator = require('./paginator').PaginatorCluster
|
||||
|
||||
const cluster = new ClusterClient("", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue