!filesay
TwitchYouTubeKick
- Access
- Super Moderator
The !filesay command allows streamers and moderators to execute multiple commands or messages stored in a text file hosted at a public URL. Each line in the text file is sent as a separate command/message to the chat. This is extremely useful for performing bulk actions, such as banning multiple users listed in a file.
To execute the commands/messages from a file URL:
!filesay <url>Examples
Section titled “Examples”Example File (https://pastebin.com/raw/examplebans):
/ban BotUser1 Spamming/ban TrollAccount2 Being disruptive/timeout AnotherUser 600 Repeat offencesUsing the command:
Parameters
Section titled “Parameters”<url>(Required): The direct URL to a plain text file where each line contains a command or message to be sent.
Configuration
Section titled “Configuration”- No specific module needs to be enabled, but the command relies on the bot having the necessary permissions to execute the commands listed within the file (e.g., ban permissions).
- The command’s permission level can be adjusted under
Chatbot->Chat Commands->Default Commands.
Related Commands
Section titled “Related Commands”!nuke: Times out all users who recently chatted based on a specific phrase.!nukeusername: Times out all users whose usernames match a pattern.