mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
* Fix permissions (sorry my ide changed & to &&) * Change botHasChannelPermissions to async. This seems to have fixed my issue for my bot * Remove async for botHasChannelPermissions * Add async back for botHasChannelPermissions since it doesn't work without it * Remove async, the issues were something else apparently