mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
9 lines
318 B
ReStructuredText
9 lines
318 B
ReStructuredText
Adds methods to Config for accessing things by id without mocked objects
|
|
|
|
- Config.guild_from_id
|
|
- Config.user_from_id
|
|
- Config.role_from_id
|
|
- Config.channel_from_id
|
|
- Config.member_from_ids
|
|
- This one requires multiple ids, one for the guild, one for the user
|
|
- Consequence of discord's object model |