NottingHack / hms2

Version 2 of our Hackspace Management System
MIT License
13 stars 14 forks source link

Discord API v9 #575

Closed AaronJackson closed 1 year ago

AaronJackson commented 1 year ago

forked restcord to AaronJackson/nh-restcord (registered on packagist), only change was to add monolog v3 to requirements - it seems to work fine.

For some point restcord moved from classes to associative arrays while adding support for the v9 discord api, these have been fixed and tested

dpslwk commented 1 year ago

restcord merged the two PR's that removed the direct need for monolog https://github.com/restcord/restcord/pull/189

AaronJackson commented 1 year ago

@dpslwk handy! not sure i'm passing the logger correctly but it seems to be working, back on restcord/restcord - still want to bump to v9 since the v6 api version we are using could disappear at any moment