mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
chore: general cleanup (#5661)
This commit is contained in:
4
typings/index.d.ts
vendored
4
typings/index.d.ts
vendored
@@ -461,9 +461,7 @@ declare module 'discord.js' {
|
||||
Endpoints: {
|
||||
botGateway: string;
|
||||
invite: (root: string, code: string) => string;
|
||||
CDN: (
|
||||
root: string,
|
||||
) => {
|
||||
CDN: (root: string) => {
|
||||
Asset: (name: string) => string;
|
||||
DefaultAvatar: (id: string | number) => string;
|
||||
Emoji: (emojiID: string, format: 'png' | 'gif') => string;
|
||||
|
||||
Reference in New Issue
Block a user