../src/dscord/bot/command.d(43,3): Error: closures are not yet supported in CTFE
src/basic.d(33,22): called from here: CommandDescription("HI")
dmd failed with exit code 1.
More importantly:
../src/dscord/bot/listener.d(23,45): Error: delegate dscord.bot.plugin.Plugin.Listenable!().loadListeners!(BasicPlugin).loadListeners.lambda1 cannot get frame pointer to dscord.bot.listener.Listener!(VoiceStateUpdate).Listener.lambda2
dmd failed with exit code 1.
More importantly:
Other listener code also does not work as exposed, such as your Creating Plugins Wiki Entry:
This throws an error essentially the same as the one for listener.d(23,45) as above.
Commands are the only examples that currently do build in dmd-2.027.2, leaving audio and message listeners dead in the water.