We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918a790 commit 3179f1aCopy full SHA for 3179f1a
__tests__/unit/models/channel.model.test.ts
@@ -9,6 +9,7 @@ describe('Channel model', () => {
9
channelId: '123',
10
name: 'channel1',
11
parentId: 'admin',
12
+ type: 1,
13
permissionOverwrites: [
14
{
15
id: '1122334455', // example Snowflake ID for the role or member
0 commit comments