-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: bump package versions * chore(create-discord-bot): release [email protected] --------- Co-authored-by: Vlad Frangu <[email protected]>
- Loading branch information
1 parent
8a6045f
commit f0ec70d
Showing
12 changed files
with
26 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,16 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
# [[email protected]](https://github.com/discordjs/discord.js/compare/create-discord-bot/0.2.2...create-discord-bot/0.2.3) - (2023-11-12) | ||
|
||
## Bug Fixes | ||
|
||
- Import picocolors as default (#9949) ([8a6045f](https://github.com/discordjs/discord.js/commit/8a6045f6003971dbf64c8576f08631751b982ae4)) | ||
|
||
## Features | ||
|
||
- Bump package versions ([e8bd354](https://github.com/discordjs/discord.js/commit/e8bd35405239616b12cb5f09eb983f5251298aca)) | ||
|
||
# [[email protected]](https://github.com/discordjs/discord.js/compare/[email protected]@0.2.2) - (2023-11-12) | ||
|
||
## Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/create-discord-bot/template/Deno/src/commands/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import 'https://deno.land/[email protected]/dotenv/load.ts'; | ||
import { URL } from 'node:url'; | ||
import { Client, GatewayIntentBits } from 'npm:discord.js@^14.13.0'; | ||
import { Client, GatewayIntentBits } from 'npm:discord.js@^14.14.0'; | ||
import { loadCommands, loadEvents } from './util/loaders.ts'; | ||
import { registerEvents } from './util/registerEvents.ts'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import 'https://deno.land/[email protected]/dotenv/load.ts'; | ||
import { URL } from 'node:url'; | ||
import { API } from 'npm:@discordjs/core@^1.0.1/http-only'; | ||
import { REST } from 'npm:discord.js@^14.13.0'; | ||
import { API } from 'npm:@discordjs/core@^1.1.0/http-only'; | ||
import { REST } from 'npm:discord.js@^14.14.0'; | ||
import { loadCommands } from './loaders.ts'; | ||
|
||
const commands = await loadCommands(new URL('../commands/', import.meta.url)); | ||
|
2 changes: 1 addition & 1 deletion
2
packages/create-discord-bot/template/Deno/src/util/registerEvents.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters