#Get channel by name
1 messages · Page 1 of 1 (latest)
very unrelated image but do something like bot.cache.get_channels_view()
it will give you a mapping of channel IDs to channel objects
just take the values, and do some filtering with them
thankyou, ill try that now

im not a mod but idk if they will appreciate you posting random unrelated pictures in help forums
i feel like im being a nuisance whenever i ask a question (because ive asked quite a few), so i add pictures to add a sense of irony (?) to them
that wont make you any less of a nuisance, if you were one
itll probably make me more of one ngl
exactly
yeaah, ill cut it out
you're always welcomed to ask questions. it's just the matter of whether the question was well formed or not (enough information was provided so people can help you adequately), and whether you actually tried to solve the problem yourself first (so we won't just spoonfeed you and so you wont learn anything)
@clear portal lightbulb has utils which might help you: https://hikari-lightbulb.readthedocs.io/en/latest/api_references/utils.html#module-lightbulb.utils.search
both have examples, you can choose whether find or get works best for you