aboutsummaryrefslogtreecommitdiff
path: root/bot/src/commands/userinfo.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/commands/userinfo.js')
-rw-r--r--bot/src/commands/userinfo.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/src/commands/userinfo.js b/bot/src/commands/userinfo.js
index 0cf7332..8119a16 100644
--- a/bot/src/commands/userinfo.js
+++ b/bot/src/commands/userinfo.js
@@ -5,6 +5,7 @@ export default {
data: new SlashCommandBuilder()
.setName('userinfo')
.setDescription('Information about a user.')
+ .setContexts(0)
.addUserOption(option =>
option
.setName('username')