format wiadomości
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { CacheType, ChatInputCommandInteraction, SlashCommandBuilder } from 'discord.js';
|
||||
import { msg_help } from '../messages';
|
||||
|
||||
const name = "help"
|
||||
|
||||
@@ -9,7 +10,7 @@ function register() {
|
||||
}
|
||||
|
||||
async function execute(interaction: ChatInputCommandInteraction<CacheType>) {
|
||||
await interaction.reply('Jak ci się kurwa nie podoba to tutaj proszę o pull requesty https://gitea.papryk.com/Papryk/dj-spangebob');
|
||||
await interaction.reply(msg_help());
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user