Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ___Code 1__
- Trigger : !slow
- Code :
- $onlyIf[$guildID!=;❌ ┃This does not go in DM's]
- $nomention
- $title[⏳┃ Slow mode]
- $description[Slowmod was successfully set to $noMentionMessage in <#$channelID>.]
- $footer[Command Executed by $username]
- $color[ff0101]
- $onlyPerms[managechannels ;❌ ┃You have no rights to this]
- $slowmode[$mentionedChannels[1;yes] ; $message[1]]
- $argsCheck[>1;❌ ┃ Please use `!slow` (time in seconds)]
- $suppressErrors
- ___Code 2__
- Trigger : !block
- codes :
- $onlyIf[$guildID!=;❌ ┃This doesn't work in DM's]
- $nomention
- $modifyChannelPerms[$channelID;-sendmessages;$guildID]
- $color[ff0101]
- $title[:closed_lock_with_key:**Locked**:closed_lock_with_key:]
- $description[<#$channelID> **has been locked**
- **Reason** `$noMentionMessage`
- *You are not muted so don't message anyone to unmute you, the channel is just blocked*]
- $footer[$username#$discriminator[$authorID]]
- $footerIcon[$authorAvatar]
- $deletecommand
- $onlyPerms[managechannels ;❌┃ You have no rights to this]
- ___Code 3___
- Trigger !unblock
- Code :
- $onlyIf[$guildID!=;❌ ┃This doesn't work in DM's]
- $nomention
- $modifyChannelPerms[$channelID;+sendmessages;-mentioneveryone;$guildID]
- $title[:unlock:**Unblocked**:unlock:]
- $description[<#$channelID> was unlocked for reason $message]
- $footer[Executed by] $addTimestamp
- $color[0]
- $deletecommand
- $footerIcon[$authorAvatar]
- $onlyPerms[managechannels ;❌┃ You have no rights to this]
- ___Code 4___
- trigger !clear
- codes :
- $onlyIf[$guildID!=; ❌┃This does not go in DM's]
- $nomention
- $clear[$message]
- $title[🗑️┃messages deleted ]
- $color[00FF00]
- $description[**$username** deleted **$message** messages!]
- $footer[$message has been deleted!]
- $deletecommand
- $argsCheck[1;❌┃ Hey! You still have to tell me how many messages I should delete!]
- $onlyPerms[managemessages ;❌ ┃ You have no rights to this]
- $suppressErrors[❌┃Error deleting messages]
Advertisement
Add Comment
Please, Sign In to add comment