1
0
Fork 1
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:
nrdk 2023-06-10 01:55:55 +05:00
parent 2262a10849
commit 6fa189fba9
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 037977635882C149
5 changed files with 31 additions and 9 deletions

6
Messages.Designer.cs generated
View file

@ -818,5 +818,11 @@ namespace Boyfriend {
return ResourceManager.GetString("UserAlreadyBanned", resourceCulture);
}
}
internal static string UserUnbanned {
get {
return ResourceManager.GetString("UserUnbanned", resourceCulture);
}
}
}
}