You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,16 @@
1
1
# Simple Discord bot in Kotlin
2
2
A simple bot for recording voice chats.
3
3
4
-
Usage:
4
+
For simple recording:
5
5
```
6
6
::record time
7
7
::stop
8
8
```
9
+
"Instant replay" functions much like Nvidia's ShadowPlay instant replays (that is where name come from). Bot is constantly recording audio from a channel to a buffer and will send current buffer content in a file when you request it.
10
+
```
11
+
:!record
12
+
:!replay
13
+
```
9
14
10
15
After recording bot will send an audio file to the chat it was started from.
0 commit comments