Calling of non-existent attribute interaction.target in /editrole command #245
Labels
No labels
bug
config update
documentation
duplicate
enhancement
in dev
input needed
new feature
not in draft
refactor
waiting on docs update
wont-do
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Sirdog/EnduraBot#245
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
During a code review executed by Claude Opus 4.6, it advised me that in
cogs/edit_role.pyI have auserargument fordiscord.Memberin the commandBut I use
interaction.targetwhen attempting to reference the information:This results in a silent failure for the relevant loggers to execute.
Need to correct these instances.
Addressed by #257. No documentation updates necessary. Closing.