diff options
author | 2022-06-28 13:20:06 -0500 | |
---|---|---|
committer | 2022-06-28 13:20:06 -0500 | |
commit | 1e59d608eb5f54b238aa55587a7bc9bfa32346d4 (patch) | |
tree | f0fd3ee206577e22ecb42be32a1ba75cbebba06f /pydis_site | |
parent | added discord-app-commands.md (diff) |
Fix EOF
Add a newline at the end of file
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/discord-app-commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/discord-app-commands.md b/pydis_site/apps/content/resources/guides/python-guides/discord-app-commands.md index 79d224a1..57423fa4 100644 --- a/pydis_site/apps/content/resources/guides/python-guides/discord-app-commands.md +++ b/pydis_site/apps/content/resources/guides/python-guides/discord-app-commands.md @@ -448,4 +448,4 @@ bot.run("token") __**EXPLANATION**__ -Here the command name is simply used to access the `error` method to decorate a function which acts as the `on_error` but for a specific command. Please do not call the `error` method.
\ No newline at end of file +Here the command name is simply used to access the `error` method to decorate a function which acts as the `on_error` but for a specific command. Please do not call the `error` method. |