mccoderpy / discord.py-message-components

A "fork" of discord.py library made by Rapptz with implementation of the Discord Message-Components & many other features by mccoderpy
MIT License
50 stars 12 forks source link

Cooldown Command Suggestion #57

Closed itsTooooooooom closed 1 year ago

itsTooooooooom commented 1 year ago

Summary

Cooldown for Commands etc.

What is the feature request for?

The core library

The Problem

I think it is self-explaining, but I am trying to make a cooldown for some commands. 😁 I don’t know if it has been suggested yet, but yeah

The Ideal Solution

Making a commands.Cooldown(…), like in it is used in discord.py

The Current Solution

No response

Additional Context

Doesn't need to be in the library as fast as possible, but it would help me a lot, because it saves lot of time and code

mccoderpy commented 1 year ago

The commands framework of discord.py hasn't changed. You can still use its cooldowns like before

itsTooooooooom commented 1 year ago

Oh okay, thought you said thats its not integrated in the library yet. But thanks anyway!

mccoderpy commented 1 year ago

Oh okay, thought you said thats its not integrated in the library yet. But thanks anyway!

That was about builtin support for app-command cooldowns, not cooldowns in general ^^

You're welcome

mccoderpy commented 1 year ago

Also please give the issue a name next time😀

itsTooooooooom commented 1 year ago

Oh yes, I forgot it 😅