Table of Contents

Method MakeId

Namespace
DisCatSharp.Entities.Core
Assembly
DisCatSharp.dll

MakeId(string, string, ulong, ulong, ulong, ulong)

Creates a bucket ID from given bucket parameters.

public static string MakeId(string commandId, string commandName, ulong userId = 0, ulong channelId = 0, ulong guildId = 0, ulong memberId = 0)

Parameters

commandId string

ID of the command

commandName string

Name of the command.

userId ulong

ID of the user with which this cooldown is associated.

channelId ulong

ID of the channel with which this cooldown is associated.

guildId ulong

ID of the guild with which this cooldown is associated.

memberId ulong

ID of the member with which this cooldown is associated.

Returns

string

Generated bucket ID.