feat: PenaltyKey enum
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace sammo\Enums;
|
||||
|
||||
/**
|
||||
* Penalty Key
|
||||
* general의 penalty 항목
|
||||
*/
|
||||
enum PenaltyKey: string{
|
||||
case SendPrivateMsgDelay = 'sendPrivateMsgDelay';
|
||||
case NoTopSecret = 'noTopSecret';
|
||||
case NoChief = 'noChief';
|
||||
case NoAmbassador = 'noAmbassador';
|
||||
}
|
||||
Reference in New Issue
Block a user