Fix that kek
This commit is contained in:
parent
bd861421e4
commit
af347b0540
|
@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS hubs (
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const crypto = require('crypto');
|
const crypto = require('crypto');
|
||||||
const log = require('../utils/logger.js');
|
const log = global.log;
|
||||||
|
|
||||||
const execute = async (interaction) => {
|
const execute = async (interaction) => {
|
||||||
if (!interaction.guildId) return interaction.reply({ content: "This command can only be used in a server", ephemeral: true });
|
if (!interaction.guildId) return interaction.reply({ content: "This command can only be used in a server", ephemeral: true });
|
||||||
|
|
Loading…
Reference in a new issue