mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-11-04 08:34:27 -05:00
Removed some unused classes, minor cleanup. Added rider anotations to stop some annoying code suggestions
This commit is contained in:
@@ -28,7 +28,6 @@ public partial class Administration
|
||||
if (input.Length % 2 != 0)
|
||||
return;
|
||||
|
||||
var grp = 0;
|
||||
var results = input
|
||||
.Chunk(input.Length / 2)
|
||||
.Select(async x =>
|
||||
|
||||
@@ -58,7 +58,7 @@ public partial class Searches
|
||||
fs.Type));
|
||||
}
|
||||
|
||||
[NadekoCommand, Usage, Description, Aliases]
|
||||
[NadekoCommand, Aliases]
|
||||
[RequireContext(ContextType.Guild)]
|
||||
[UserPerm(GuildPerm.Administrator)]
|
||||
public async Task StreamsClear()
|
||||
|
||||
Reference in New Issue
Block a user