Method MakeId
- Namespace
- DSharpPlus.CommandsNext.Attributes
- Assembly
- DSharpPlus.CommandsNext.dll
MakeId(string, ulong, ulong, ulong, ulong)
Creates a bucket ID from given bucket parameters.
public static string MakeId(string fullCommandName, ulong botId, ulong userId = 0, ulong channelId = 0, ulong guildId = 0)
Parameters
fullCommandNamestringFull name of the command with which this cooldown is associated.
botIdulongID of the bot with which this cooldown is associated.
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.
Returns
- string
Generated bucket ID.