1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-04 04:56:30 +03:00

Add /8ball command (#264)

@neroduckale was bored so I made this feature.

---------

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
Signed-off-by: Macintxsh <95250141+mctaylors@users.noreply.github.com>
Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Macintxsh 2024-03-13 20:40:29 +03:00 committed by GitHub
parent bf8a89c4e9
commit 8eed295fcd
Signed by: GitHub
GPG key ID: B5690EEEBB952194
5 changed files with 362 additions and 1 deletions

120
src/Messages.Designer.cs generated
View file

@ -1058,5 +1058,125 @@ namespace Octobot {
return ResourceManager.GetString("ReminderEdited", resourceCulture);
}
}
internal static string EightBallPositive1 {
get {
return ResourceManager.GetString("EightBallPositive1", resourceCulture);
}
}
internal static string EightBallPositive2 {
get {
return ResourceManager.GetString("EightBallPositive2", resourceCulture);
}
}
internal static string EightBallPositive3 {
get {
return ResourceManager.GetString("EightBallPositive3", resourceCulture);
}
}
internal static string EightBallPositive4 {
get {
return ResourceManager.GetString("EightBallPositive4", resourceCulture);
}
}
internal static string EightBallPositive5 {
get {
return ResourceManager.GetString("EightBallPositive5", resourceCulture);
}
}
internal static string EightBallQuestionable1 {
get {
return ResourceManager.GetString("EightBallQuestionable1", resourceCulture);
}
}
internal static string EightBallQuestionable2 {
get {
return ResourceManager.GetString("EightBallQuestionable2", resourceCulture);
}
}
internal static string EightBallQuestionable3 {
get {
return ResourceManager.GetString("EightBallQuestionable3", resourceCulture);
}
}
internal static string EightBallQuestionable4 {
get {
return ResourceManager.GetString("EightBallQuestionable4", resourceCulture);
}
}
internal static string EightBallQuestionable5 {
get {
return ResourceManager.GetString("EightBallQuestionable5", resourceCulture);
}
}
internal static string EightBallNeutral1 {
get {
return ResourceManager.GetString("EightBallNeutral1", resourceCulture);
}
}
internal static string EightBallNeutral2 {
get {
return ResourceManager.GetString("EightBallNeutral2", resourceCulture);
}
}
internal static string EightBallNeutral3 {
get {
return ResourceManager.GetString("EightBallNeutral3", resourceCulture);
}
}
internal static string EightBallNeutral4 {
get {
return ResourceManager.GetString("EightBallNeutral4", resourceCulture);
}
}
internal static string EightBallNeutral5 {
get {
return ResourceManager.GetString("EightBallNeutral5", resourceCulture);
}
}
internal static string EightBallNegative1 {
get {
return ResourceManager.GetString("EightBallNegative1", resourceCulture);
}
}
internal static string EightBallNegative2 {
get {
return ResourceManager.GetString("EightBallNegative2", resourceCulture);
}
}
internal static string EightBallNegative3 {
get {
return ResourceManager.GetString("EightBallNegative3", resourceCulture);
}
}
internal static string EightBallNegative4 {
get {
return ResourceManager.GetString("EightBallNegative4", resourceCulture);
}
}
internal static string EightBallNegative5 {
get {
return ResourceManager.GetString("EightBallNegative5", resourceCulture);
}
}
}
}