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:
parent
b46c366e5e
commit
b1855c5257
3 changed files with 40 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue