You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitthread.SendMessageAsync($"{Program.cfgjson.Emoji.On} Now tracking {discordUser.Mention} in this thread! :eyes:");
119
+
awaitthread.SendMessageAsync(response);
108
120
thread.AddThreadMemberAsync(ctx.Member);
109
121
awaitctx.FollowupAsync(newDiscordFollowupMessageBuilder().WithContent($"{Program.cfgjson.Emoji.On} Now tracking {discordUser.Mention} in {thread.Mention}!"));
110
122
@@ -113,7 +125,7 @@ public async Task TrackingAddSlashCmd(SlashCommandContext ctx, [Parameter("membe
awaitthread.SendMessageAsync($"{Program.cfgjson.Emoji.On} Now tracking {discordUser.Mention} in this thread! :eyes:");
128
+
awaitthread.SendMessageAsync(response);
117
129
awaitthread.AddThreadMemberAsync(ctx.Member);
118
130
awaitctx.FollowupAsync(newDiscordFollowupMessageBuilder().WithContent($"{Program.cfgjson.Emoji.On} Now tracking {discordUser.Mention} in {thread.Mention}!"));
0 commit comments