serenity-rs / poise

Discord bot command framework for serenity, with advanced features like edit tracking and flexible argument parsing
MIT License
644 stars 114 forks source link

Remove redundant ctx or user_data fields #258

Open GnomedDev opened 6 months ago

GnomedDev commented 6 months ago

All of these fields are redundant and have to be copied around as Contexts are Copy.