-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
61b21c4
commit 7650d89
Showing
25 changed files
with
1,378 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,25 @@ | ||
# Upcoming Update | ||
|
||
Discord is currently [recommending that all Discord bots switch to slash commands](https://support-dev.discord.com/hc/en-us/articles/4404772028055). | ||
As the result, Sniper will, at some point, stop supporting message commands. | ||
As the result, Sniper will stop supporting message commands. | ||
|
||
## Changes you need to make | ||
|
||
As a server owner, the only changes that will need to be made is ensuring that Sniper has permissions to register slash commands in your server. | ||
To do this, **simply run through the [setup steps](./setup.md)** again. | ||
This involves re-inviting Sniper with the `applications.commands` permission, which allows Sniper to register commands in your server. | ||
As a server owner, the only changes that will need to be made is ensuring that your users have the right permissions to use commands. | ||
This can be checked in `Server Settings`/`Integrations`. | ||
|
||
## Full Changelog | ||
|
||
### Removed Commands | ||
|
||
- `deletealldata` (since currency commands were deleted) | ||
- `faq` (wasn't helpful at all) | ||
- `feature` and `github` (if you know, you know) | ||
- `prefix` (bot now uses slash commands) | ||
- `say` (just say it yourself) | ||
- `sudo` (it never worked) | ||
- `bot` (you don't need it) | ||
|
||
### Other Changes | ||
|
||
- `roleinfo` and `roles` were merged into one command |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.