Tomato6966 / Discord-js-handler-slash-Commands

An advance Discord-js-handler for Slash and Normal Commands! EASY AND FAST 2 USE
GNU General Public License v2.0
37 stars 16 forks source link

guildId issues #4

Open MegaTKC opened 3 years ago

MegaTKC commented 3 years ago

I can not find where to put the guildId or find the guildid code. I just want to put in guilds and not make the slash commands global. Because I won't make this thing public. I remember I some how added the guildId but I don't remember. This is confusing me.

TejasLamba2006 commented 3 years ago

Hey @MegaTKC ,

I will be helping you with this On line 4 of config.json You need to put it to false then slash-commands will only be added in guilds when you add them now

Alternativly by basic JS knowledge you can make it for 1 guild. Hope this helps

MegaTKC commented 3 years ago

Hey @MegaTKC ,

I will be helping you with this On line 4 of config.json You need to put it to false then slash-commands will only be added in guilds when you add them now

Alternativly by basic JS knowledge you can make it for 1 guild. Hope this helps

Thanks for the help @TajuModding !