1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-01 19:49:55 +03:00

forgor 💀

This commit is contained in:
Octol1ttle 2023-01-18 12:05:36 +05:00
parent 7059c7576d
commit 1cc4c92b8f
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
9 changed files with 13 additions and 74 deletions

View file

@ -626,15 +626,6 @@ namespace Boyfriend {
}
}
/// <summary>
/// Looks up a localized string similar to You need to specify a setting to change!.
/// </summary>
internal static string MissingSetting {
get {
return ResourceManager.GetString("MissingSetting", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You need to specify a reason to unban this user!.
/// </summary>
@ -698,24 +689,6 @@ namespace Boyfriend {
}
}
/// <summary>
/// Looks up a localized string similar to I couldn&apos;t remove role {0} because of an error! {1}.
/// </summary>
internal static string RoleRemovalFailed {
get {
return ResourceManager.GetString("RoleRemovalFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Someone removed the mute role manually! I added back all roles that I removed during the mute.
/// </summary>
internal static string RolesReturned {
get {
return ResourceManager.GetString("RolesReturned", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to That setting doesn&apos;t exist!.
/// </summary>