DevChatter / DevChatterBot

MIT License
55 stars 28 forks source link

Added discord project - WIP #243

Closed swixfort closed 6 years ago

swixfort commented 6 years ago

Hi,

I added a discord project to the solution using Discord.Net. When creating a bot for Discord it is now possible to use it there. It is a work in progress and maybe you want to check this out on stream whether it's a basis for a discord module.

There are a few things I already found out:

How to get the config: DiscordToken:

  1. create an app
  2. add a bot
  3. create a link in OAuth2 via scope "bot" and your desired permissions
  4. go to bot, get the token

ChannelID:

  1. enable dev mode in discord
  2. right click on desired channel
  3. copy Id
swixfort commented 6 years ago

Somehow I missed the other PR with discor. So I guess you can ignore this one and it was some lesson for me :-)