mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-24 22:22:50 -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 })
|
||||
await client.say(channel, msg)
|
||||
this.emit('sent', msg)
|
||||
|
||||
const timeout = setTimeout(() => {
|
||||
this.announceTimeouts.delete(listeningURL)
|
||||
|
||||
Reference in New Issue
Block a user