-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,23 @@ | ||
# twitch-mybot | ||
My Twitch Bot. | ||
My Twitch Bot. For every function you can set a cooldown, so user aren't able to spam a command. | ||
|
||
## Functions | ||
- Remove links from chat (`!permit [username] [duration]`) | ||
- `!echo` Repeats the message | ||
- `!uhr` Writes the kurrent time | ||
- `!debug` Writes some debug-lines in the chat | ||
- `!social` Show links to socialmedia sites | ||
|
||
### Aliases | ||
- `!uhr` | ||
- `!uhrzeit` | ||
- `!social` | ||
- `!hp` | ||
- `!socials` | ||
- `!website` | ||
- `!webseite` | ||
- `!homepage` | ||
|
||
|
||
## Setup | ||
Clone repository: `git clone [email protected]:EchtkPvL/twitch-mybot.git` | ||
|