diff --git a/src/NadekoBot/Resources/ResponseStrings.Designer.cs b/src/NadekoBot/Resources/ResponseStrings.Designer.cs
index d49f4610..da3aab5b 100644
--- a/src/NadekoBot/Resources/ResponseStrings.Designer.cs
+++ b/src/NadekoBot/Resources/ResponseStrings.Designer.cs
@@ -2860,6 +2860,60 @@ namespace NadekoBot.Resources {
}
}
+ ///
+ /// Looks up a localized string similar to Currency generation has been disabled on this channel..
+ ///
+ public static string games_curgen_disabled {
+ get {
+ return ResourceManager.GetString("games_curgen_disabled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Currency generation has been enabled on this channel..
+ ///
+ public static string games_curgen_enabled {
+ get {
+ return ResourceManager.GetString("games_curgen_enabled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hangman game started.
+ ///
+ public static string games_hangman_game_started {
+ get {
+ return ResourceManager.GetString("games_hangman_game_started", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hangman game already running on this channel..
+ ///
+ public static string games_hangman_running {
+ get {
+ return ResourceManager.GetString("games_hangman_running", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Starting hangman errored..
+ ///
+ public static string games_hangman_start_errored {
+ get {
+ return ResourceManager.GetString("games_hangman_start_errored", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to List of "{0}hangman" term types:.
+ ///
+ public static string games_hangman_types {
+ get {
+ return ResourceManager.GetString("games_hangman_types", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Question.
///
diff --git a/src/NadekoBot/Resources/ResponseStrings.resx b/src/NadekoBot/Resources/ResponseStrings.resx
index 7cf55c8f..6fa196c1 100644
--- a/src/NadekoBot/Resources/ResponseStrings.resx
+++ b/src/NadekoBot/Resources/ResponseStrings.resx
@@ -1221,4 +1221,22 @@ Don't forget to leave your discord name or id in the message.
Total: {0} Average: {1}
+
+ Currency generation has been disabled on this channel.
+
+
+ Currency generation has been enabled on this channel.
+
+
+ Hangman game started
+
+
+ Hangman game already running on this channel.
+
+
+ Starting hangman errored.
+
+
+ List of "{0}hangman" term types:
+
\ No newline at end of file