2.0.6 • Published 2 years ago

@nickdoespackages/utils v2.0.6

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

@nickdoespackages/utils

Utility for the Nicky bot, but can be used by all!

Slash Creator

Easily register slash commands and menus for bot!

import { Client } from 'discord.js';
import { SlashCreator } from '@nickdoespackages/utils';

const client = new Client({ intents: 32767 });

// Get all your commands & menus here

client.on('ready', async (client) => {
	const creator = new SlashCreator(client);

	await creator.syncGuildCommands(arrayOfCommands, 'guildId');
	await creator.syncGuildMenus(arrayOfMenus, 'guildId');
});

It also comes with other cool utilities, so make sure to try that out too!

2.0.6

2 years ago

2.0.3

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.2

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago