diff --git a/src/NadekoBot/Resources/CommandStrings.Designer.cs b/src/NadekoBot/Resources/CommandStrings.Designer.cs
index 139e5980..c0bdbdcd 100644
--- a/src/NadekoBot/Resources/CommandStrings.Designer.cs
+++ b/src/NadekoBot/Resources/CommandStrings.Designer.cs
@@ -393,7 +393,7 @@ namespace NadekoBot.Resources {
}
///
- /// Looks up a localized string similar to Stops people from repeating same message more than 2 times in a row. You can either specify to mute, kick or ban them if that happens..
+ /// Looks up a localized string similar to Stops people from repeating same message X times in a row. You can specify to either mute, kick or ban the offenders..
///
public static string antispam_desc {
get {
@@ -402,7 +402,7 @@ namespace NadekoBot.Resources {
}
///
- /// Looks up a localized string similar to `.antispam Mute` or `.antispam Kick` or `.antispam Ban`.
+ /// Looks up a localized string similar to `.antispam 3 Mute` or `.antispam 4 Kick` or `.antispam 6 Ban`.
///
public static string antispam_usage {
get {
diff --git a/src/NadekoBot/Resources/CommandStrings.resx b/src/NadekoBot/Resources/CommandStrings.resx
index cd10e0a4..4c864ead 100644
--- a/src/NadekoBot/Resources/CommandStrings.resx
+++ b/src/NadekoBot/Resources/CommandStrings.resx
@@ -2659,9 +2659,9 @@
antispam
- Stops people from repeating same message more than 2 times in a row. You can either specify to mute, kick or ban them if that happens.
+ Stops people from repeating same message X times in a row. You can specify to either mute, kick or ban the offenders.
- `.antispam Mute` or `.antispam Kick` or `.antispam Ban`
+ `.antispam 3 Mute` or `.antispam 4 Kick` or `.antispam 6 Ban`
\ No newline at end of file