1
Fork 0
mirror of https://gitlab.com/Kwoth/nadekobot.git synced 2024-10-02 12:09:07 +00:00

dev: comment cleanup

This commit is contained in:
Kwoth 2024-09-19 01:51:36 +00:00
parent 0326e88910
commit 664a4b3604
2 changed files with 0 additions and 3 deletions

View file

@ -405,8 +405,6 @@ public partial class NadekoExpressions : NadekoModule<NadekoExpressionsService>
[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();

View file

@ -130,7 +130,6 @@ public sealed partial class Music
return;
}
// todo check locally queued songs
var songs = mp.GetQueuedTracks()
.Select(s => new PlaylistSong
{