aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content
diff options
context:
space:
mode:
authorGravatar Robin <[email protected]>2022-06-28 13:20:06 -0500
committerGravatar GitHub <[email protected]>2022-06-28 13:20:06 -0500
commit1e59d608eb5f54b238aa55587a7bc9bfa32346d4 (patch)
treef0fd3ee206577e22ecb42be32a1ba75cbebba06f /pydis_site/apps/content
parentadded discord-app-commands.md (diff)
Fix EOF
Add a newline at the end of file
Diffstat (limited to 'pydis_site/apps/content')
-rw-r--r--pydis_site/apps/content/resources/guides/python-guides/discord-app-commands.md2
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.