mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
feat(create-discord-bot): bun/deno templates (#9795)
This commit is contained in:
@@ -3,6 +3,16 @@
|
||||
*/
|
||||
export const DEFAULT_PACKAGE_MANAGER = 'npm' as const;
|
||||
|
||||
/**
|
||||
* The default project name.
|
||||
*/
|
||||
export const DEFAULT_PROJECT_NAME = 'my-bot' as const;
|
||||
|
||||
/**
|
||||
* The supported package managers.
|
||||
*/
|
||||
export const PACKAGE_MANAGERS = ['npm', 'pnpm', 'yarn', 'bun', 'deno'] as const;
|
||||
|
||||
/**
|
||||
* The URL to the guide.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user