Commands
🔹 Basic Commands
/snipe
Retrieve a deleted message.
/snipe
Description: Retrieve a deleted message.
Parameters:
- position (Optional): The position of the snipe you want to retrieve (1 is the latest). Default: 1
- channel (Optional): The channel to snipe from. Default: the current channel
User Permissions:
- Send Messages
Bot Permissions:
- View Channel
- Read Message History
Example Usage:
/snipe position:1
/editsnipe
Retrieve an edited message.
/editsnipe
Description: Retrieve an edited message.
Parameters:
- position (Optional): The position of the edited snipe you want to retrieve (1 is the latest). Default: 1
- channel (Optional): The channel to snipe from. Default: the current channel
User Permissions:
- Send Messages
Bot Permissions:
- View Channel
- Read Message History
Example Usage:
/editsnipe position:1
/reactionsnipe
Retrieve a removed reaction.
/reactionsnipe
Description: Retrieve a removed reaction.
Parameters:
- position (Optional): The position of the reaction snipe you want to retrieve (1 is the latest). Default: 1
- channel (Optional): The channel to snipe from. Default: the current channel
User Permissions:
- Send Messages
Bot Permissions:
- View Channel
- Read Message History
Example Usage:
/reactionsnipe position:1
/replaysnipe
Replay a deleted message using a webhook.
/replaysnipe
Description: Replay a deleted message using a webhook.
Parameters:
- position (Optional): The position of the snipe to replay (1 is the latest). Default: 1
- channel (Optional): The channel to snipe from. Default: the current channel
User Permissions:
- Send Messages
Bot Permissions:
- Manage Webhooks
- Read Message History
Example Usage:
/replaysnipe position:1
/info
Displays the bot's info menu and current configuration.
/info
Description: Displays the bot's info menu and current configuration.
User Permissions:
- Send Messages
Bot Permissions:
- Send Messages
Example Usage:
/info
🔸 Manager Commands
/checkperms
Check the bot's permissions in the current or specified channel.
/checkperms
Description: Check the bot's permissions in the current or specified channel.
Parameters:
- channel (Optional): The channel to check permissions in. Default: the current channel
User Permissions:
- Manage Messages
Bot Permissions:
- View Channel
Example Usage:
/checkperms channel:#general
/delsnipe
Delete a specific snipe in the channel by position.
/delsnipe
Description: Delete a specific snipe in the channel by position.
Parameters:
- position (Optional): The position of the snipe to delete (1 is the latest). Default: 1
- channel (Optional): The channel to delete a snipe from. Default: the current channel
User Permissions:
- Manage Messages
Bot Permissions:
- View Channel
Example Usage:
/delsnipe position:1
/clearsnipes
Delete all snipes in the channel.
/clearsnipes
Description: Delete all snipes in the channel.
Parameters:
- channel (Optional): The channel to clear snipes from. Default: the current channel
User Permissions:
- Manage Messages
Bot Permissions:
- View Channel
Example Usage:
/delsnipes
/deleditsnipe
Delete a specific edited snipe in the channel by position.
/deleditsnipe
Description: Delete a specific edited snipe in the channel by position.
Parameters:
- position (Optional): The position of the edited snipe to delete (1 is the latest). Default: 1
- channel (Optional): The channel to delete a snipe from. Default: the current channel
User Permissions:
- Manage Messages
Bot Permissions:
- View Channel
Example Usage:
/deleditsnipe position:1
/cleareditsnipes
Delete all edited snipes in the channel.
/cleareditsnipes
Description: Delete all edited snipes in the channel.
Parameters:
- channel (Optional): The channel to clear edited snipes from. Default: the current channel
User Permissions:
- Manage Messages
Bot Permissions:
- View Channel
Example Usage:
/deleditsnipes
/delreactionsnipe
Delete a specific reaction snipe in the channel by position.
/delreactionsnipe
Description: Delete a specific reaction snipe in the channel by position.
Parameters:
- position (Optional): The position of the reaction snipe to delete (1 is the latest). Default: 1
- channel (Optional): The channel to delete a reaction snipe from. Default: the current channel
User Permissions:
- Manage Messages
Bot Permissions:
- View Channel
Example Usage:
/delreactionsnipe position:1
/clearreactionsnipes
Delete all reaction snipes in the channel.
/clearreactionsnipes
Description: Delete all reaction snipes in the channel.
Parameters:
- channel (Optional): The channel to clear reaction snipes from. Default: the current channel
User Permissions:
- Manage Messages
Bot Permissions:
- View Channel
Example Usage:
/delreactionsnipes
🔧 Configuration Commands
/config help
Displays the bot's configuration help menu.
/config help
Description: Displays the bot's configuration help menu.
User Permissions:
- Manage Messages
Bot Permissions:
- Send Messages
Example Usage:
/config help
/config open
Open the interactive configuration panel
/config open
Description: Open the interactive configuration panel
User Permissions:
- Manage Messages
Bot Permissions:
- Send Messages
Example Usage:
/config open
/config reset
Resets the configuration to default settings.
/config reset
Description: Resets the configuration to default settings.
Parameters:
- resetIgnoredChannels (Optional): Whether to reset the list of ignored channels. Default: Yes or No
User Permissions:
- Manage Messages
Bot Permissions:
- Send Messages
Example Usage:
/config reset resetIgnoredChannels:Yes
/config snipelimit
Set the sniping configuration for the server.
/config snipelimit
Description: Set the sniping configuration for the server.
Parameters:
- deleteThreshold (Optional): Number of snipes allowed before deletion. Set to 0 for no limit.
- maxSnipes (Optional): Maximum number of snipes stored. Set to 0 for no limit.
User Permissions:
- Manage Messages
Bot Permissions:
- Send Messages
Example Usage:
/config snipelimit deleteThreshold:5 maxSnipes:10
/config successrate
Set the success rate for sniping (0-100%).
/config successrate
Description: Set the success rate for sniping (0-100%).
Parameters:
- rate : Success rate percentage between 0 and 100.
User Permissions:
- Manage Messages
Bot Permissions:
- Send Messages
Example Usage:
/config successrate rate:85
/config enablesnipe
Enable or disable specific sniping types.
/config enablesnipe
Description: Enable or disable specific sniping types.
Parameters:
- type : Type of sniping to configure (Message, Edit, Reaction).
- enabled : Set whether the selected sniping type is enabled.
User Permissions:
- Manage Messages
Bot Permissions:
- Send Messages
Example Usage:
/config enablesnipe type:Reaction enabled:No
/config ignorechannel
Add or remove a channel from the ignore list.
/config ignorechannel
Description: Add or remove a channel from the ignore list.
Parameters:
- action : Add or Remove.
- channel : The channel to add or remove.
User Permissions:
- Manage Messages
Bot Permissions:
- Send Messages
Example Usage:
/config ignorechannel action:Add channel:#general
/config hideauthor
Set whether to hide the sniped message author.
/config hideauthor
Description: Set whether to hide the sniped message author.
Parameters:
- hide : Yes or No.
User Permissions:
- Manage Messages
Bot Permissions:
- Send Messages
Example Usage:
/config hideauthor hide:Yes