popcorn9499 / chatBot

a chatbot that will relay messages to different channels and from different services. aka discord irc youtube and twitch
GNU General Public License v3.0
3 stars 0 forks source link

discord / irc settings #14

Open haxxus opened 6 years ago

haxxus commented 6 years ago

What are the fields to fill in settings for discord / irc ?

popcorn9499 commented 6 years ago

https://github.com/popcorn9499/chatBot/blob/master/config-test.json This is the config I've been using as mostly a development test but anyways if your just wanting those two things I'd disable the youtube portion by putting in the enabled spot under youtube in the json config false.

"Youtube": { "ChannelName": "Youtube", "Enabled": false, "Servers": {

That will stop the youtube portion from loading. then you would need to fill in your token to the discord section also the irc server and stuff will be required. Then you would want to configure per service where you want messages relayed to if that is what your wanting. Ill gladly give you more help if you can provide what your intending to do somewhat. Are you just wanting to use this for commands or relaying messages between discord and irc?

haxxus commented 6 years ago

thanks for the help , need it for relaying messages between discord / irc , possibly with pm features and multi channels support from different irc channels to discord channels within the same server

popcorn9499 commented 6 years ago

I dont have pm features yet plan to add that and stuff but i do have mutli channel and multi discord channel and multi server both discord and irc Sorry that i dont have pm features. Its still a big work in progress and alot of what i have right now is about to be rewritten massively. The config as of right now shouldn't change much but there are alot of changes coming.