Skip to content

Commit 04c1d53

Browse files
committed
Remove comment that says absolutely nothing
1 parent d340663 commit 04c1d53

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/settings/ChannelSettings.js

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ export default class ChannelSettings extends Settings {
1616
lock;
1717

1818
/**
19-
* Constructor - create a channel settings
20-
*
2119
* @param {import('discord.js').Snowflake} id channel id
2220
* @param {Object} [json] options
2321
* @param {Boolean} [json.invites] allow invites

src/settings/GuildSettings.js

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ export default class GuildSettings extends Settings {
3737
#protectedRoles = [];
3838

3939
/**
40-
* Constructor - create a guild settings
41-
*
4240
* @param {import('discord.js').Snowflake} id guild id
4341
* @param {Object} [json] options
4442
* @param {import('discord.js').Snowflake} [json.logChannel] id of the log channel

src/settings/UserSettings.js

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ export default class UserSettings extends Settings {
55
static tableName = 'users';
66

77
/**
8-
* Constructor - create a channel settings
9-
*
108
* @param {import('discord.js').Snowflake} id user id
119
* @param {Object} [json] options
1210
* @param {boolean} [json.deleteCommands] should commands be deleted automatically

0 commit comments

Comments
 (0)