mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-09 20:09:31 +02:00
добавил патенты, верификацию, сделал паспорта, ип ооо
This commit is contained in:
14
Types/ReportTypes.cs
Normal file
14
Types/ReportTypes.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace DiscordApp.Types
|
||||
{
|
||||
public enum ReportTypes
|
||||
{
|
||||
NewPassport = 3,
|
||||
editPassport = 2,
|
||||
Bizness = 4,
|
||||
ChangePassportId = 64,
|
||||
PetPassport = 2,
|
||||
Marry = 4,
|
||||
BirthDocument = 4,
|
||||
Patent = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user