Skip to content

Commit

Permalink
🤓 fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
200percentmicky committed Jan 16, 2025
1 parent da48d5e commit 0fc9b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following variables will always be available when running the command:

!!! danger "With great power comes great responsibility!"

Eval can be dangerous if used improperly! The command is disabled by default, but you can enable it through the bot's environment variables by setting **USE_EVAL** to `true`. Do not enable this command unless you know exactly what you're doing. If someone is telling you to enable the eval command to run a script, this will most likely compromised the security of your Discord bot!
Eval can be dangerous if used improperly! The command is disabled by default, but you can enable it through the bot's environment variables by setting **USE_EVAL** to `true`. Do not enable this command unless you know exactly what you're doing. If someone is telling you to enable the eval command to run a script, this will most likely compromise the security of your Discord bot!

### [p]help `[command]`
<span class="badge-info">:information_source: Prefix command only</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/env_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Enables the `eval` command.

!!! danger "With great power comes great responsibility!"

Eval can be dangerous if used improperly! You should not enable this variable, unless you know exactly what you're doing. If someone is telling you to enable the eval command to run a script, this will most likely compromised the security of your Discord bot!
Eval can be dangerous if used improperly! You should not enable this variable, unless you know exactly what you're doing. If someone is telling you to enable the eval command to run a script, this will most likely compromise the security of your Discord bot!

### USE_CONSOLE
Allows the bot to log to the console window.
Expand Down

0 comments on commit 0fc9b39

Please sign in to comment.