feat: create a guild (#1)
This commit is contained in:
9
cypress/fixtures/channels/channel.ts
Normal file
9
cypress/fixtures/channels/channel.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import { guild } from '../guilds/guild'
|
||||
|
||||
export const channel = {
|
||||
id: 1,
|
||||
name: 'general',
|
||||
guildId: guild.id,
|
||||
createdAt: new Date().toISOString(),
|
||||
updatedAt: new Date().toISOString()
|
||||
}
|
Reference in New Issue
Block a user