fixed .timely awarding multiple times on selfhosts
This commit is contained in:
parent
ffe4e64387
commit
0e41cb7cc2
1 changed files with 1 additions and 2 deletions
|
@ -215,8 +215,7 @@ public partial class Gambling : GamblingModule<GamblingService>
|
|||
await Response().Error(strs.timely_none).SendAsync();
|
||||
return;
|
||||
}
|
||||
|
||||
await _cs.AddAsync(ctx.User.Id, val, new("timely", "claim"));
|
||||
|
||||
if (Config.Timely.ProtType == TimelyProt.Button)
|
||||
{
|
||||
var interaction = CreateTimelyInteraction();
|
||||
|
|
Loading…
Add table
Reference in a new issue