oops
This commit is contained in:
parent
61861604e0
commit
6edadf60ac
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ function formatTime(time) {
|
||||||
module.exports = {
|
module.exports = {
|
||||||
data,
|
data,
|
||||||
async execute(interaction) {
|
async execute(interaction) {
|
||||||
const tags = interaction.options.getString("tags").split(" ");
|
const tags = (interaction.options.getString("tags") ?? "").split(" ");
|
||||||
const booru = interaction.options.getString("booru") ?? defaultBooru;
|
const booru = interaction.options.getString("booru") ?? defaultBooru;
|
||||||
const nsfw = interaction.options.getBoolean("nsfw") ?? false;
|
const nsfw = interaction.options.getBoolean("nsfw") ?? false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue