mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Discord Bot Changes
1. Added ServerId to Delegate 2. Change Delegate storage to use DI.
This commit is contained in:
parent
c4bf4906ea
commit
c5775181b3
6 changed files with 31 additions and 23 deletions
|
|
@ -6,6 +6,6 @@ namespace ServerManagerTool.Discord.Interfaces
|
|||
{
|
||||
public interface IServerManagerBot
|
||||
{
|
||||
Task StartAsync(string commandPrefix, string discordToken, string dataDirectory, HandleCommandDelegate handleCommandCallback, CancellationToken token);
|
||||
Task StartAsync(string discordToken, string commandPrefix, string dataDirectory, HandleCommandDelegate handleCommandCallback, CancellationToken token);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue