Compare commits

..

9 commits

Author SHA1 Message Date
887738c0c6 Fix linting issues
All checks were successful
Test / build (push) Successful in 15s
2024-10-11 17:54:40 +01:00
f7de57cf5d Fix embed not removing components after you run out 2024-10-11 17:54:24 +01:00
58e2fa3dfc Register button event 2024-10-11 17:42:17 +01:00
5bfb89524f Create sacrifice button handler 2024-10-11 17:41:30 +01:00
f6893b735e Merge branch 'develop' into feature/262-multidrop 2024-10-11 17:34:49 +01:00
3681df871f Create keep button handler
Some checks failed
Test / build (push) Failing after 9s
2024-10-06 09:27:46 +01:00
cb5dfad1c4 WIP: Start creating keep command handler
Some checks failed
Test / build (push) Failing after 8s
2024-10-05 19:47:47 +01:00
8cd579df91 Create base command 2024-10-05 19:32:01 +01:00
2963850de8 WIP: Start of creating multidrop command
Some checks failed
Test / build (push) Failing after 9s
2024-10-04 17:58:34 +01:00

View file

@ -13,7 +13,7 @@ export default class User extends AppBaseEntity {
@Column() @Column()
Currency: number; Currency: number;
@Column({ nullable: true }) @Column()
LastUsedDaily?: Date; LastUsedDaily?: Date;
public AddCurrency(amount: number) { public AddCurrency(amount: number) {