Livia-Valeriya Silvercrown

Results 45 comments of Livia-Valeriya Silvercrown

depending? and that sounds like very, very counter-intuitive behaviour

You actually can disable the default help command, see here: https://github.com/DSharpPlus/DSharpPlus/blob/master/DSharpPlus.CommandsNext/CommandsNextConfiguration.cs#L87 - just as a side note. I'll leave the question of an alias open for discussion.

while that is a good point, DSharpPlus does provide a cooldown attribute in CommandsNext, so a SlashCommands cooldown attribute isn't unjustified per se.

If you need a reference for implementation, see https://github.com/DSharpPlus/DSharpPlus/blob/master/DSharpPlus.CommandsNext/Attributes/CooldownAttribute.cs.

fortunately for you, #1375 aims to port the feature to slash commands.

Probably as soon as someone gets around to testing it.

Yes, the interfaces can be implemented for any backing storage. Redis, the file system, even a discord channel if you really want

@VelvetThePanda any last calls?

this should work now, with the added `Dispose();` calls.

i feel a strong urge to fix that