Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
VEDA00133912 committed Jan 20, 2025
1 parent fc95196 commit b4c2b21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commands/userinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ const { EmbedBuilder } = require('revolthandler.js');

exports.default = {
name: 'userinfo',
guildOnly: {
errorMsg(message) {
message.reply('このコマンドはサーバー内でのみ使えます');
},
},
async code(message, args) {
const userId = args[0] ? args[0].replace(/<@!?(.*?)>/, '$1') : message.authorId;

Expand Down

0 comments on commit b4c2b21

Please sign in to comment.