5 Commits

Author SHA1 Message Date
d1ec42fa51
big ass formatting 2025-06-05 21:31:06 -06:00
31e7321f74
fix: improve user lookup in marriage commands to work in DMs
Enable marriage commands to work in direct messages and handle cases where partners are not in the same guild by:
- Checking if interaction is in guild context
- Using bot.fetch_user as fallback when guild.get_member fails
- Adding error handling for user fetching operations
2025-05-22 21:24:29 -06:00
1b7e96f2a5
refactor: Update marriage logic to use fetch_user for better compatibility in guild and DM contexts 2025-05-22 21:21:53 -06:00
7309767ecb
refactor: Update marriage cog to use discord.User instead of discord.Member for user parameters 2025-05-22 21:08:28 -06:00
60d7880d3c
init 2025-04-25 14:03:49 -06:00