Table of Contents

Method RegisterMusicCommands

Namespace
DisCatSharp.Extensions.SimpleMusicCommands
Assembly
DisCatSharp.Extensions.SimpleMusicCommands.dll

RegisterMusicCommands(List<ulong>?)

Registers the music commands.

public void RegisterMusicCommands(List<ulong>? guildIds = null)

Parameters

guildIds List<ulong>

The optional list of guilds to register the commands on. If not supplied, will register as global commands.