fix: timely fixes

This commit is contained in:
Kwoth
2024-11-04 12:28:01 +00:00
parent 704d061d46
commit d7747bd25a
3 changed files with 20 additions and 10 deletions

View File

@@ -425,10 +425,7 @@ public sealed partial class BotCutConfig
public sealed partial class BoostBonusConfig
{
[Comment("Users will receive a bonus if they boost any of these servers")]
public List<ulong> GuildIds { get; set; } =
[
117523346618318850
];
public List<ulong> GuildIds { get; set; } = new();
[Comment("This bonus will be added before any other multiplier is applied to the .timely command")]