diff options
| author | Mishio595 <[email protected]> | 2018-11-15 17:43:51 -0700 |
|---|---|---|
| committer | Mishio595 <[email protected]> | 2018-11-15 17:43:51 -0700 |
| commit | cd72123e003f3fbe7135571bbd7daf8fec331f43 (patch) | |
| tree | 91d5311cab0f62ff87041720de84523b7efc9592 /src/framework/standard/mod.rs | |
| parent | Update poorly named assignments (diff) | |
| download | serenity-cd72123e003f3fbe7135571bbd7daf8fec331f43.tar.xz serenity-cd72123e003f3fbe7135571bbd7daf8fec331f43.zip | |
Fix typos
Diffstat (limited to 'src/framework/standard/mod.rs')
| -rw-r--r-- | src/framework/standard/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framework/standard/mod.rs b/src/framework/standard/mod.rs index a16d60a..9c813d6 100644 --- a/src/framework/standard/mod.rs +++ b/src/framework/standard/mod.rs @@ -698,7 +698,7 @@ impl StandardFramework { for alias in &cmd.options().aliases { group.commands.insert( - n.to_string(), + alias.to_string(), CommandOrAlias::Alias(name.to_string()), ); } |