Added that applications.commands should be checked under the Scopes section in the Discord developer portal.
Edited instructions to ask contributors to physically copy the contents of sample.env to their own .env file instead of running a terminal command. This is because the cp command only works on Linux, Mac, and Powershell. If users are using Windows Command Prompt, the command will not work.
Minor grammatical edits.
Any helpful knowledge/context for the reviewer?
Is a re-seeding of the database necessary? No
Any new dependencies to install? No
Any special requirements to test? No
(e.g., admin perms, alt account, etc.)
Please make sure you've attempted to meet the following coding standards
[x] Code has been tested and does not produce errors
[x] Code is readable and formatted
[x] There isn't any unnecessary commented-out code
What issue is this solving?
Closes #312
Description
applications.commands
should be checked under the Scopes section in the Discord developer portal.sample.env
to their own.env
file instead of running a terminal command. This is because thecp
command only works on Linux, Mac, and Powershell. If users are using Windows Command Prompt, the command will not work.Any helpful knowledge/context for the reviewer?
Please make sure you've attempted to meet the following coding standards