diff options
Diffstat (limited to 'src/framework/standard/create_command.rs')
| -rw-r--r-- | src/framework/standard/create_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framework/standard/create_command.rs b/src/framework/standard/create_command.rs index d083300..e5c9208 100644 --- a/src/framework/standard/create_command.rs +++ b/src/framework/standard/create_command.rs @@ -65,7 +65,7 @@ impl CreateCommand { /// } /// /// fn owner_check(_context: &mut Context, message: &Message, _: &mut Args, _: - /// &Arc<CommandOptions>) -> bool { + /// &CommandOptions) -> bool { /// // replace with your user ID /// message.author.id == 7 /// } |