Invi Me is a small little bot that can create Discord invites within Twitch chat and whisper it to the target user.
You can see the latest changelog here
To add the bot to your Twitch channel follow these three small steps.
- Let the bot join your preferred Discord server with this link.
- (Optional) Set the role who can operate this bot. Per default users with the "Administrator" Permission can always operate the bot.
!invi setRole @<role>
- Let the bot join your preferred Twitch channel with the following command.
!invi join #<twitch_channel> [<max_uses> <max_age>]
- Max uses and max age are optional but both are needed to use this optional. Defaults - Max uses: 1, Max age: 15 min
- The max age parameter should be given in minutes.
Every command starts with !invi
setRole
- Sets the role who can operate the bot on the discord server.- Usage:
!invi setRole @<role>
- Example:
!invi setRole @Admin
- Usage:
join
- Twitch bot joins the given Twitch channel.- Usage:
!invi join #<twitch_channel> [<max_uses> <max_age>]
- Max uses and max age are optional but both are needed to use this optional.
- The max age parameter should be given in minutes.
- A
0
for max uses or max age means infinite. - Defaults - Max uses: 1, Max age: 15 min
- Example:
!invi join #invi_me 1 15
- Usage:
update
- Updates the max uses and the max age for a given Twitch channel.- Usage:
!invi update #<twitch_channel> <max_uses> <max_age>
- The max age parameter should be given in minutes.
- A
0
for max uses or max age means infinite. - Example:
!invi update #invi_me 2 10
- Usage:
list
- Lists all joined twitch channel for this discord server.leave
- Twitch bot leaves the given Twitch channel.- Usage:
!invi leave #<twitch_channel>
- Example:
!invi leave #invi_me
- Usage:
help
- Links to this README.md file for all commands.
Every command starts with !invi
@<target_user>
- Sends the discord invite link to the given user.- Usage:
!invi @<target_user> [max_uses] [max_age]
- The max age parameter should be given in minutes.
- For the max age parameter the max uses parameter is also needed.
- A
0
for max uses or max age means infinite. - Examples
!invi @invi_me
!invi @invi_me 3
!invi @invi_me 2 10
- Usage:
purge
- Deletes the last created discord invite link.leave
- The twitch bot leaves the twitch channel.