shardlab / discordrb

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

feat: add support for filters on channel type of channel selector #242

Open idrista opened 1 year ago

idrista commented 1 year ago

Summary

This feature allows filtering the possible channel types when using the "channel_select" method.

Before (display all) After (display text & voice channel)
image image

Changed