Files
Discord.Net/docs/guides
Evan Sours 0e43d6c6f5 Fixed Install -> commands.LoadAssembly
await commands.LoadAssembly(Assembly.GetCurrentAssembly(), map);
->
await commands.AddModulesAsync(Assembly.GetEntryAssembly());
2016-12-03 17:44:32 -07:00
..
2016-12-03 16:46:49 -05:00
2016-12-03 16:46:49 -05:00
2016-07-21 18:18:02 -04:00