comment cleanup
This commit is contained in:
parent
1ea0e63379
commit
fc8e97e13a
2 changed files with 0 additions and 3 deletions
|
@ -404,8 +404,6 @@ public partial class EllieExpressions : EllieModule<EllieExpressionsService>
|
|||
[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();
|
||||
|
|
|
@ -130,7 +130,6 @@ public sealed partial class Music
|
|||
return;
|
||||
}
|
||||
|
||||
// todo check locally queued songs
|
||||
var songs = mp.GetQueuedTracks()
|
||||
.Select(s => new PlaylistSong
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue