shardlab / discordrb

Discord API for Ruby
MIT License
538 stars 99 forks source link

Add application command localization support. #245

Open expeehaa opened 1 year ago

expeehaa commented 1 year ago

Summary

This PR adds support for registering and editing name and description localizations of application commands and their options. I took a slightly different approach than in #190, because I don’t like the additional builder.


Added

expeehaa commented 1 month ago

I’ll try to do that and rebase the branch soon.