diff --git a/src/EllieBot/Modules/Expressions/EllieExpressions.cs b/src/EllieBot/Modules/Expressions/EllieExpressions.cs index d79539c..ddb3624 100644 --- a/src/EllieBot/Modules/Expressions/EllieExpressions.cs +++ b/src/EllieBot/Modules/Expressions/EllieExpressions.cs @@ -404,8 +404,6 @@ public partial class EllieExpressions : EllieModule [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/EllieBot/Modules/Music/PlaylistCommands.cs b/src/EllieBot/Modules/Music/PlaylistCommands.cs index d9cc5d4..d64e931 100644 --- a/src/EllieBot/Modules/Music/PlaylistCommands.cs +++ b/src/EllieBot/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 {