mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
fix: importing esm
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* eslint-disable @typescript-eslint/restrict-template-expressions */
|
||||
import type { BigString, ImageFormat, ImageSize } from '@discordeno/types'
|
||||
import { iconBigintToHash } from './hash'
|
||||
import { formatImageURL } from './utils'
|
||||
import { iconBigintToHash } from './hash.js'
|
||||
import { formatImageURL } from './utils.js'
|
||||
|
||||
/**
|
||||
* Get the url for an emoji.
|
||||
|
||||
Reference in New Issue
Block a user