diff --git a/src/NadekoBot/Resources/CommandStrings.Designer.cs b/src/NadekoBot/Resources/CommandStrings.Designer.cs
index 76619e58..055cceaf 100644
--- a/src/NadekoBot/Resources/CommandStrings.Designer.cs
+++ b/src/NadekoBot/Resources/CommandStrings.Designer.cs
@@ -1851,7 +1851,7 @@ namespace NadekoBot.Resources {
}
///
- /// Looks up a localized string similar to Deletes a custom reaction with given name (and index)..
+ /// Looks up a localized string similar to Deletes a custom reaction on a specific index. If ran in DM, it is bot owner only and deletes a global custom reaction. If ran in a server, it requires Administration priviledges and removes server custom reaction..
///
public static string delcustreact_desc {
get {
@@ -1860,7 +1860,7 @@ namespace NadekoBot.Resources {
}
///
- /// Looks up a localized string similar to `.dcr index`.
+ /// Looks up a localized string similar to `.dcr 5`.
///
public static string delcustreact_usage {
get {
@@ -3390,7 +3390,7 @@ namespace NadekoBot.Resources {
}
///
- /// Looks up a localized string similar to Lists custom reactions (paginated with 30 commands per page). Use 'all' instead of page number to get all custom reactions DM-ed to you..
+ /// Looks up a localized string similar to Lists global or server custom reactions (15 commands per page). Running the command in DM will list global custom reactions, while running it in server will list that server's custom reactions..
///
public static string listcustreact_desc {
get {
diff --git a/src/NadekoBot/Resources/CommandStrings.resx b/src/NadekoBot/Resources/CommandStrings.resx
index df318b2b..7d3b896c 100644
--- a/src/NadekoBot/Resources/CommandStrings.resx
+++ b/src/NadekoBot/Resources/CommandStrings.resx
@@ -445,7 +445,7 @@
listcustreact lcr
- Lists custom reactions (paginated with 30 commands per page). Use 'all' instead of page number to get all custom reactions DM-ed to you.
+ Lists global or server custom reactions (15 commands per page). Running the command in DM will list global custom reactions, while running it in server will list that server's custom reactions.
`.lcr 1`
@@ -472,10 +472,10 @@
delcustreact dcr
- Deletes a custom reaction with given name (and index).
+ Deletes a custom reaction on a specific index. If ran in DM, it is bot owner only and deletes a global custom reaction. If ran in a server, it requires Administration priviledges and removes server custom reaction.
- `.dcr index`
+ `.dcr 5`
autoassignrole aar