mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Peep
This commit is contained in:
+2
-2
@@ -16,6 +16,7 @@ const whitelist = ['110373943822540800', '264445053596991498'];
|
|||||||
|
|
||||||
client.registry
|
client.registry
|
||||||
.registerDefaultTypes()
|
.registerDefaultTypes()
|
||||||
|
.registerTypesIn(path.join(__dirname, 'types'))
|
||||||
.registerGroups([
|
.registerGroups([
|
||||||
['util', 'Utility'],
|
['util', 'Utility'],
|
||||||
['guild-info', 'Server Info'],
|
['guild-info', 'Server Info'],
|
||||||
@@ -37,8 +38,7 @@ client.registry
|
|||||||
prefix: false,
|
prefix: false,
|
||||||
commandState: false
|
commandState: false
|
||||||
})
|
})
|
||||||
.registerCommandsIn(path.join(__dirname, 'commands'))
|
.registerCommandsIn(path.join(__dirname, 'commands'));
|
||||||
.registerTypesIn(path.join(__dirname, 'types'));
|
|
||||||
|
|
||||||
client.on('ready', () => {
|
client.on('ready', () => {
|
||||||
console.log(`[READY] Shard ${client.shard.id} logged in as ${client.user.tag}! (${client.user.id})`);
|
console.log(`[READY] Shard ${client.shard.id} logged in as ${client.user.tag}! (${client.user.id})`);
|
||||||
|
|||||||
Reference in New Issue
Block a user