Table of Contents

Interface ICommandService

Namespace
NetCord.Services.Commands
Assembly
NetCord.Services.dll
public interface ICommandService : IService
Inherited Members

Methods

AddCommand(IEnumerable<string>, Delegate, int)

void AddCommand(IEnumerable<string> aliases, Delegate handler, int priority = 0)

Parameters

aliases IEnumerable<string>
handler Delegate
priority int

AddModule(Type)

void AddModule(Type type)

Parameters

type Type

AddModule<T>()

void AddModule<T>()

Type Parameters

T