mirror of
https://github.com/sern-handler/sern-community
synced 2026-06-06 01:16:57 +00:00
chore: minor formatting changes
This commit is contained in:
@@ -180,16 +180,16 @@ export default commandModule({
|
||||
let reply = target
|
||||
? `*GitHub ${
|
||||
issue.pull_request ? "Pull Request" : "Issue"
|
||||
} data for ${target}>*\n`
|
||||
} data for ${target}*\n`
|
||||
: "";
|
||||
|
||||
reply += `${emoji(issue)} [\`${prefix(
|
||||
issue.pull_request
|
||||
)}${number} in sern/${repo}\`](<${issue.html_url}>) ___${
|
||||
)}${number} sern/${repo}\`](<${issue.html_url}>)\n___${
|
||||
issue.title
|
||||
}___\n${suffix(issue)} by [${issue.user!.login}](<${
|
||||
issue.user?.html_url
|
||||
}>)`;
|
||||
}___ by [*${issue.user!.login}*](<${issue.user?.html_url}>) ${suffix(
|
||||
issue
|
||||
)}`;
|
||||
|
||||
return ctx.reply(reply);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user