mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
Add -sd as alias for -search-description
This commit is contained in:
parent
c88ccea0b2
commit
98d4ee8664
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ namespace PluralKit.Bot
|
||||||
p.Reverse = true;
|
p.Reverse = true;
|
||||||
|
|
||||||
// Include description in filter?
|
// Include description in filter?
|
||||||
if (ctx.MatchFlag("search-description", "filter-description", "in-description", "description", "desc"))
|
if (ctx.MatchFlag("search-description", "filter-description", "in-description", "sd", "description", "desc"))
|
||||||
p.SearchInDescription = true;
|
p.SearchInDescription = true;
|
||||||
|
|
||||||
// Privacy filter (default is public only)
|
// Privacy filter (default is public only)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue