(channel: AnyTextableChannel)
| 220 | } |
| 221 | |
| 222 | processMessage(channel: AnyTextableChannel): Promise<Message> { |
| 223 | return channel.createMessage({ |
| 224 | content: `${random(messages.emotes) || "⚙️"} ${this.getString("image.processing")}`, |
| 225 | }); |
| 226 | } |
| 227 | |
| 228 | static addTextParam() { |
| 229 | this.flags.unshift({ |