JonnyPtn / zomboi

A discord bot for project zomboid multiplayer servers
50 stars 33 forks source link

Channel not working with ID #25

Closed Yell420 closed 2 years ago

Yell420 commented 2 years ago

current build I have confirmed this is the correct channel # that is working for a previous version of the bot.

JonnyPtn commented 2 years ago

Is this a channel ID or a channel name?

Yell420 commented 2 years ago

i am using the channel ID, numbers like previously used in the config.py.

Ramshackles commented 2 years ago

try using the name of the channel instead in hyphens, in my case "pz"

after the change where it accepts channel as a string i couldnt use my id either - just hadnt gotten around to making a bug report

Yell420 commented 2 years ago

thanks, that did make it work. confirmed bug

JonnyPtn commented 2 years ago

OK yeah I see the problem - if an ID is passed we need to explicitly convert to an integer before trying to get the channel. Have fixed this in 7f7b6a8