Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
fix: command name
Browse files Browse the repository at this point in the history
  • Loading branch information
Khsmty committed Mar 16, 2022
1 parent 50c853a commit b15d1b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Commands/mcwiki.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { SlashCommandBuilder } from '@discordjs/builders';
import { MessageEmbed, MessageActionRow, MessageButton, CommandInteraction } from 'discord.js';

import axios from 'axios';

module.exports = {
data: new SlashCommandBuilder()
.setName('poketetu')
.setName('mcwiki')
.setDescription('Minecraft Japan Wiki 内を検索します。')
.addStringOption((option) =>
option.setName('query').setDescription('検索キーワード').setRequired(true)
Expand Down

0 comments on commit b15d1b0

Please sign in to comment.