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

Finish adapting code to new guild data storage

This commit is contained in:
Octol1ttle 2023-01-16 20:33:02 +05:00
parent 587e5d11f9
commit 1f45a605d7
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
17 changed files with 201 additions and 96 deletions

View file

@ -833,15 +833,6 @@ namespace Boyfriend {
}
}
/// <summary>
/// Looks up a localized string similar to Starter role.
/// </summary>
internal static string SettingsStarterRole {
get {
return ResourceManager.GetString("SettingsStarterRole", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome message.
/// </summary>
@ -851,6 +842,15 @@ namespace Boyfriend {
}
}
/// <summary>
/// Looks up a localized string similar to The starter role was deleted! Please unset roles or channels from settings before deleting them.
/// </summary>
internal static string StarterRoleDeleted {
get {
return ResourceManager.GetString("StarterRoleDeleted", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You cannot ban me!.
/// </summary>