6 lines
213 B
JavaScript
6 lines
213 B
JavaScript
// Utilities
|
|
import { replyToInteraction } from '../utilities/messageHandler.js';
|
|
|
|
export default function ping(interaction) {
|
|
return replyToInteraction(interaction, "Pong! I have Aids and now you do too!");
|
|
} |