mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-09 20:09:31 +02:00
also hotfix
This commit is contained in:
14
Types/RedirectType.cs
Normal file
14
Types/RedirectType.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace DiscordApp.Types
|
||||
{
|
||||
public enum RedirectType
|
||||
{
|
||||
/// <summary>
|
||||
/// Если еще не использовался
|
||||
/// </summary>
|
||||
None = 0,
|
||||
/// <summary>
|
||||
/// Если один раз уже редиректил
|
||||
/// </summary>
|
||||
Redirected = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user