mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
fix typo
This commit is contained in:
@@ -5,7 +5,7 @@ import { Channel_Types, MessageContent } from '../types/channel.ts'
|
||||
import { cache } from '../utils/cache.ts'
|
||||
import { create_user } from './user.ts'
|
||||
import { User_Payload } from '../types/guild.ts'
|
||||
import { Channel } from '../types/return-type'
|
||||
import { Channel } from '../types/return-type.ts'
|
||||
|
||||
export const create_message = (data: Message_Create_Options, client: Client) => {
|
||||
const base_message = {
|
||||
|
||||
Reference in New Issue
Block a user