mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 02:38:27 -04:00
change: Removed a lot of old useless/broken commands. Improved .listserver. Full changes in changelog
This commit is contained in:
@@ -88,7 +88,7 @@ public sealed class Bot : IBot
|
||||
|
||||
|
||||
public IReadOnlyList<ulong> GetCurrentGuildIds()
|
||||
=> Client.Guilds.Select(x => x.Id).ToList();
|
||||
=> Client.Guilds.Select(x => x.Id).ToList().ToList();
|
||||
|
||||
private void AddServices()
|
||||
{
|
||||
|
Reference in New Issue
Block a user