mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
change: .gc will now remove previous plants with the same pw length from the channel and add them to itself. This is to avoid missed gcs. The amount text will be wrong however, as it will only show how much flowers spawned now. The user will get full amount of all gcs previously
This commit is contained in:
@@ -390,6 +390,12 @@ public partial class Gambling : GamblingModule<GamblingService>
|
||||
[Priority(0)]
|
||||
public Task CurrencyTransactions([Leftover] IUser usr)
|
||||
=> InternalCurrencyTransactions(usr.Id, 1);
|
||||
|
||||
[Cmd]
|
||||
[OwnerOnly]
|
||||
[Priority(-1)]
|
||||
public Task CurrencyTransactions([Leftover] ulong userId)
|
||||
=> InternalCurrencyTransactions(userId, 1);
|
||||
|
||||
[Cmd]
|
||||
[OwnerOnly]
|
||||
|
Reference in New Issue
Block a user