errbotio / err-backend-discord

Backend for Discord for Errbot
GNU General Public License v3.0
23 stars 22 forks source link

API Changes - Backend Broken #19

Closed lcizzle closed 5 years ago

lcizzle commented 5 years ago

Looks like errbot has changed quiet a bit since the last update of the backend. Any chance we can get it looked at? My python chops are good enough yet to maintain it.

For example.

from errbot.errBot import ErrBot (Doesn't exist anymore) from errbot.core import ErrBot (New)

nzlosh commented 5 years ago

@icizzle A new branch development has been created where active development will occur to get the discord backend up to date. Once the backend is functional, it will be merged to master.