1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-29 18:49:53 +03:00

Bring back listening statuses

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-06-30 14:51:02 +05:00
parent b46c366e5e
commit b1855c5257
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
3 changed files with 40 additions and 15 deletions

View file

@ -103,7 +103,7 @@ public class GuildDataService : IHostedService {
return (await GetData(guildId, ct)).GetMemberData(userId);
}
public IEnumerable<Snowflake> GetGuildIds() {
public ICollection<Snowflake> GetGuildIds() {
return _datas.Keys;
}
}