Firebot
Firebot copied to clipboard
[Feature Request] Discord/Guilded Read from channel
cky via Discord:
Please make the discord/guilded integrations read from channels, so that commands can be used to display images or play sound files ad read the last post that are shared in a channel
Yes, please add this! I run ReadFile commands in my Discord BotPlayground channel for games that I create.
For example: !fishy - This is a simple ReadRandLine command. Each line in the .txt file holds a syntax/variable/parameter string that allows for multiple actions to be run. It tags the linked user, adds or removes points using a min/max setting, shares an outcome text, displays the given amount of points that the min/max chose, and calculates the user's new balance.
$user $addpoints("$user","100","150","cast and found the 💎
Enchanted Bow Treasure. That earns you $value $currencyname. You have $newbalance($user) $currencyname","found something broken") | **1m cooldown**
I have other more complex versions, which use a similar string, but within the string it uses other ReadRandLine parameters to allow for much more complex randomization of things such as enemies, or tools/gear etc.
SLCB uses a documentation to explain to uses how integration works, see page 7. Step 10/page 9 shows how the end user within the discord connects. It's a simple Discord DM to the linked bot, which provides a code that the user then Twitch Whispers to the bot on Twitch, linking the appropriate Twitch account to the Discord account for the user.