Koenie06 / Discord.js-Music

19 stars 13 forks source link

can it use with messagecreate event instead of intercationcreate event? #21

Open Zenith727 opened 2 years ago

Zenith727 commented 2 years ago

because when i run it with prefix command it return INVALID_INTERACTION then crash

Koenie06 commented 2 years ago

What do you mean with prefix command?

Zenith727 commented 2 years ago

can it use with prefix instead of slash command?

npauuul commented 2 years ago

If possible, try: music.<event>({ interaction: message, // or msg as you have established });

Zenith727 commented 2 years ago

If possible, try: music.<event>({ interaction: message, // or msg as you have established });

how the bot detect it prefix?