diff --git a/src/NadekoBot/Modules/Expressions/NadekoExpressions.cs b/src/NadekoBot/Modules/Expressions/NadekoExpressions.cs index 585469fe8..308da6d73 100644 --- a/src/NadekoBot/Modules/Expressions/NadekoExpressions.cs +++ b/src/NadekoBot/Modules/Expressions/NadekoExpressions.cs @@ -405,8 +405,6 @@ public partial class NadekoExpressions : NadekoModule [Ratelimit(300)] public async Task ExprsImport([Leftover] string input = null) { - // todo cooldown on public bot for 1 day, limit 100 - if (!AdminInGuildOrOwnerInDm()) { await Response().Error(strs.expr_insuff_perms).SendAsync(); diff --git a/src/NadekoBot/Modules/Music/PlaylistCommands.cs b/src/NadekoBot/Modules/Music/PlaylistCommands.cs index acdc5c663..b594c914b 100644 --- a/src/NadekoBot/Modules/Music/PlaylistCommands.cs +++ b/src/NadekoBot/Modules/Music/PlaylistCommands.cs @@ -130,7 +130,6 @@ public sealed partial class Music return; } - // todo check locally queued songs var songs = mp.GetQueuedTracks() .Select(s => new PlaylistSong {