We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbfb7d commit 197e557Copy full SHA for 197e557
1 file changed
netbot/cog_scn.py
@@ -53,7 +53,7 @@ async def callback(self, interaction: discord.Interaction):
53
return
54
55
# create the mapping so it the discord user can be found
56
- self.redmine.user_mgr.create_discord_mapping(user, interaction.user.name)
+ self.redmine.user_mgr.create_discord_mapping(user, interaction.user.id, interaction.user.name)
57
log.debug(f"mapped discord new user: {interaction.user.name} -> {user.login}")
58
59
embed = discord.Embed(title="Registered User")
0 commit comments