mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-31 09:22:49 -05:00
Remove unused event
This commit is contained in:
@@ -96,7 +96,6 @@ export default class TwitchBot extends EventEmitter {
|
|||||||
|
|
||||||
const msg = this.announceTemplate({ stream })
|
const msg = this.announceTemplate({ stream })
|
||||||
await client.say(channel, msg)
|
await client.say(channel, msg)
|
||||||
this.emit('sent', msg)
|
|
||||||
|
|
||||||
const timeout = setTimeout(() => {
|
const timeout = setTimeout(() => {
|
||||||
this.announceTimeouts.delete(listeningURL)
|
this.announceTimeouts.delete(listeningURL)
|
||||||
|
|||||||
Reference in New Issue
Block a user