debug
This commit is contained in:
parent
723d0c693e
commit
fa66e296f4
@ -60,6 +60,7 @@ class ImportCommand extends SlashCommand {
|
|||||||
|
|
||||||
const { webhook } = imported;
|
const { webhook } = imported;
|
||||||
if (webhook) {
|
if (webhook) {
|
||||||
|
console.log(webhook);
|
||||||
if (typeof webhook === 'string') {
|
if (typeof webhook === 'string') {
|
||||||
const hooks = await guild.fetchWebhooks();
|
const hooks = await guild.fetchWebhooks();
|
||||||
const hook = hooks.get(webhook);
|
const hook = hooks.get(webhook);
|
||||||
|
Loading…
Reference in New Issue
Block a user