mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Disable message attachments as a temporary fix
This commit is contained in:
parent
265184f4f6
commit
3fdfaeab01
2 changed files with 7 additions and 6 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue