Disable message attachments as a temporary fix

This commit is contained in:
Ske
2019-12-23 01:53:01 +01:00
parent 265184f4f6
commit 3fdfaeab01
2 changed files with 7 additions and 6 deletions

View File

@@ -201,7 +201,8 @@ namespace PluralKit.Bot
private async Task UpdatePeriodic()
{
// Change bot status
await _client.SetGameAsync($"pk;help | in {_client.Guilds.Count} servers");
// await _client.SetGameAsync($"pk;help | in {_client.Guilds.Count} servers");
await _client.SetGameAsync($"Attachments disabled for tonight, sorry | in {_client.Guilds.Count} servers");
await _collector.CollectStats();