put channel back, whoops

This commit is contained in:
vulpine 2022-04-28 13:50:14 -04:00 committed by GitHub
parent 790aa9aff5
commit c42e5edcc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -7,7 +7,7 @@ from ircrobots import Bot as BaseBot
from ircrobots import Server as BaseServer
from ircrobots import ConnectionParams, SASLUserPass, SASLSCRAM
from auth import username, password
from auth import username, password, channel
import shared