This commit is contained in:
Skillz
2020-03-08 14:33:20 -04:00
parent a0acbcad5f
commit 5badf0b439
+1 -1
View File
@@ -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 = {