fjaros / wowchat

WoWChat is a clientless Discord integration chat bot for old versions of World of Warcraft.
GNU General Public License v3.0
139 stars 98 forks source link

Cannot get commands working in discord #70

Closed wtfcolt closed 1 year ago

wtfcolt commented 2 years ago

It seemed fine a few weeks ago, but I set up a bot on a new server and I'm having troubles.

Guild/officer chat seems to work fine. However most "channels" and bot commands are not working.

3.3.5a cmangos bot v1.3.8 bot sitting in ironforge

config.txt

JoPeAlmeida commented 2 years ago

try removing the "" in the channel from wow section type=Channel channel=world

wtfcolt commented 2 years ago

That seems to work to fix the channels, thanks! Still can't get commands to work for some reason.

JoPeAlmeida commented 2 years ago

enable_dot_commands=1 should be zero no? i always confuse, but i think 1 is FALSE, 0 is TRUE :D

fjaros commented 2 years ago

Thanks for helping out @JoPeAlmeida ! Also remove the "" in the enable_commands_channels section. Also I think you can't use IDs in this section. I just looked at the code again and it only checks for channel name in this case

wtfcolt commented 2 years ago

Thank you both for the replies. I've changed the ID to the channel name and removed the quotes, and tried switching enable_dot_commands, but I'm still not having any luck.

Annyelicious commented 2 years ago

did u fix it?