mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-01 19:49:55 +03:00
Guild blacklist implementation
This commit is contained in:
parent
e767205c1a
commit
c0ae850fb8
9 changed files with 843 additions and 789 deletions
20
Boyfriend/Messages.Designer.cs
generated
20
Boyfriend/Messages.Designer.cs
generated
|
@ -248,6 +248,15 @@ namespace Boyfriend {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to We do not support hate towards our fellow members. And sometimes, we are not able to ban the offender..
|
||||
/// </summary>
|
||||
internal static string CommandDescriptionCavepleaselisten {
|
||||
get {
|
||||
return ResourceManager.GetString("CommandDescriptionCavepleaselisten", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Deletes a specified amount of messages in this channel.
|
||||
/// </summary>
|
||||
|
@ -285,7 +294,7 @@ namespace Boyfriend {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Shows latency to Discord servers (not counting local processing time).
|
||||
/// Looks up a localized string similar to Shows (inaccurate) latency.
|
||||
/// </summary>
|
||||
internal static string CommandDescriptionPing {
|
||||
get {
|
||||
|
@ -707,6 +716,15 @@ namespace Boyfriend {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This feature is unavailable because this guild is currently blacklisted..
|
||||
/// </summary>
|
||||
internal static string ServerBlacklisted {
|
||||
get {
|
||||
return ResourceManager.GetString("ServerBlacklisted", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to That setting doesn't exist!.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue