1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-09 23:35:41 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
e71494ef83
refactor!: revert 63e775855a 2024-06-01 18:14:14 +01:00
2669b5083d
refactor!: revert to 397ec2bcf9 2024-05-30 19:36:57 +01:00
3841ad13aa
refactor!: extract interface for User 2024-03-17 13:25:32 +00:00
338e338155
refactor!: remove VirtualParadise prefix from entities 2024-03-17 12:40:23 +00:00
5ffc7a5a3b
refactor: replace throw helper with explicit null check 2024-02-15 22:38:48 +00:00
d6cd882e0a
fix: amend 63e775855a 2024-01-20 17:30:24 +00:00
4a3e790767
feat(commands): add RequireBotOwnerAttribute 2023-05-08 17:29:39 +01:00
9171872ec4
refactor: offer cls-compliant attribute ctors 2023-05-08 16:02:30 +01:00
d82a4d2e5e
Add pre-execution checks 2022-12-05 01:43:40 +00:00
168c6d9177
Add CLSCompliant attribute to VpSharp.Commands assembly 2022-11-30 20:18:50 +00:00
a90d2ccc7f
Suppress CA1019, false positive
CA1019 wants us to expose the parameter as a property, but this value is concatenated to the aliases list which conglomerates all aliases - including the first parameter - into one list
2022-11-30 18:59:01 +00:00
20481a1bdd
Don't return arrays in public properties 2022-11-29 19:06:15 +00:00
535f9fb9e8
Add Commands extension 2022-11-27 20:47:54 +00:00