File tree 3 files changed +0
-6
lines changed
3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ export default class ChannelSettings extends Settings {
16
16
lock ;
17
17
18
18
/**
19
- * Constructor - create a channel settings
20
- *
21
19
* @param {import('discord.js').Snowflake } id channel id
22
20
* @param {Object } [json] options
23
21
* @param {Boolean } [json.invites] allow invites
Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ export default class GuildSettings extends Settings {
37
37
#protectedRoles = [ ] ;
38
38
39
39
/**
40
- * Constructor - create a guild settings
41
- *
42
40
* @param {import('discord.js').Snowflake } id guild id
43
41
* @param {Object } [json] options
44
42
* @param {import('discord.js').Snowflake } [json.logChannel] id of the log channel
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ export default class UserSettings extends Settings {
5
5
static tableName = 'users' ;
6
6
7
7
/**
8
- * Constructor - create a channel settings
9
- *
10
8
* @param {import('discord.js').Snowflake } id user id
11
9
* @param {Object } [json] options
12
10
* @param {boolean } [json.deleteCommands] should commands be deleted automatically
You can’t perform that action at this time.
0 commit comments