mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-04 04:56:30 +03:00
Redesign embeds (#123)
TODO before merging: - [x] /about - [x] /ban - [x] /unban - [x] /kick - [x] /mute - [x] /unmute - [x] /remind - [x] /listremind - [x] MessageEditedResponder - [x] MessageDeletedResponder --------- Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
parent
d5c4340210
commit
04897cab20
12 changed files with 1054 additions and 1010 deletions
40
src/Messages.Designer.cs
generated
40
src/Messages.Designer.cs
generated
|
@ -744,12 +744,6 @@ namespace Boyfriend {
|
|||
}
|
||||
}
|
||||
|
||||
internal static string DescriptionReminderCreated {
|
||||
get {
|
||||
return ResourceManager.GetString("DescriptionReminderCreated", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string InvalidRemindIn {
|
||||
get {
|
||||
return ResourceManager.GetString("InvalidRemindIn", resourceCulture);
|
||||
|
@ -876,9 +870,9 @@ namespace Boyfriend {
|
|||
}
|
||||
}
|
||||
|
||||
internal static string AboutTitleWiki {
|
||||
internal static string AboutTitleRepository {
|
||||
get {
|
||||
return ResourceManager.GetString("AboutTitleWiki", resourceCulture);
|
||||
return ResourceManager.GetString("AboutTitleRepository", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1014,6 +1008,36 @@ namespace Boyfriend {
|
|||
}
|
||||
}
|
||||
|
||||
internal static string DescriptionActionJumpToMessage {
|
||||
get {
|
||||
return ResourceManager.GetString("DescriptionActionJumpToMessage", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string DescriptionActionJumpToChannel {
|
||||
get {
|
||||
return ResourceManager.GetString("DescriptionActionJumpToChannel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string ReminderIndex {
|
||||
get {
|
||||
return ResourceManager.GetString("ReminderIndex", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string ReminderWillBeSentOn {
|
||||
get {
|
||||
return ResourceManager.GetString("ReminderWillBeSentOn", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string ReminderText {
|
||||
get {
|
||||
return ResourceManager.GetString("ReminderText", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string ShowInfoTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("ShowInfoTitle", resourceCulture);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue