Closed matcool closed 7 years ago
How do you use exec() inside a command? The only example i found is one that uses command extension, but i'm using just pure discordpy.
There's nothing inherent about commands extension that makes exec work differently.
exec
Adapt the example for your needs and don't blindly copy paste and it's the same concept.
e.g. here
How do you use exec() inside a command? The only example i found is one that uses command extension, but i'm using just pure discordpy.