mirror of
https://github.com/Grasscutters/lawnmower.git
synced 2024-11-23 12:29:52 +00:00
Ping people on /segs
This commit is contained in:
parent
fc16177f19
commit
7a23aa987e
@ -4,7 +4,7 @@ import { CommandInteraction } from "discord.js";
|
||||
async function run(interaction: CommandInteraction) {
|
||||
const who = interaction.options.getUser("who");
|
||||
interaction.reply({
|
||||
content: `${interaction.user.toString()} has segs with ${who?.username ?? "nobody (0 bitches)"}.`,
|
||||
content: who ? `${interaction.user.toString()} has segs with <@${who.id}>.` : `${interaction.user.toString()} has no bitches :skull:`,
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user