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
commandIdstringID of the command
commandNamestringName of the command.
userIdulongID of the user with which this cooldown is associated.
channelIdulongID of the channel with which this cooldown is associated.
guildIdulongID of the guild with which this cooldown is associated.
memberIdulongID of the member with which this cooldown is associated.
Returns
- string
Generated bucket ID.