mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-29 10:39:53 +03:00
Fixed the Unban function
This commit is contained in:
parent
2262a10849
commit
6fa189fba9
5 changed files with 31 additions and 9 deletions
6
Messages.Designer.cs
generated
6
Messages.Designer.cs
generated
|
@ -818,5 +818,11 @@ namespace Boyfriend {
|
|||
return ResourceManager.GetString("UserAlreadyBanned", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string UserUnbanned {
|
||||
get {
|
||||
return ResourceManager.GetString("UserUnbanned", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue