ZeroDiscord / Giveaway

Easy To Use Giveaway Bot For Discord Written In Discord.js v14. Ft. Slash Commands & Select Menus. Make Giveaways and seamlessly enjoy giveaways on your discord server with advanced features such as role and server requirements!
Creative Commons Zero v1.0 Universal
148 stars 129 forks source link

[ BUG ] hosted by error #47

Closed 2c2lminecraft closed 1 year ago

2c2lminecraft commented 1 year ago

hello, why i have set hostedby: true in config and save and restart bot but when creating giveaway it doesn't say hostedby : @user ?

Aim2339 commented 1 year ago

Please refer to this issue https://github.com/ZeroDiscord/Giveaway/issues/46

Will have to commit this to the code, will do when I get time

2c2lminecraft commented 1 year ago

After i changed , it same didn’t show hosted by

Aim2339 commented 1 year ago

Hi, can you tell me what exactly you changed?

Aim2339 commented 1 year ago

Or try adding this code

hostedBy: client.config.hostedBy ? interaction.user : null,

Just let me know if it works, haven't tested it myself

2c2lminecraft commented 1 year ago

Or try adding this code

hostedBy: client.config.hostedBy ? interaction.user : null,

Just let me know if it works, haven't tested it myself

do i need to change it in ultis/mesaage.js? but after I changed to you, it's still the same

Aim2339 commented 1 year ago

You have to add the above code to the command file. Here /start command file, add the code there.

Aim2339 commented 1 year ago

Alright I have made a PR for this, please check it and see if your problem has been resolved https://github.com/ZeroDiscord/Giveaway/pull/48

2c2lminecraft commented 1 year ago

Alright I have made a PR for this, please check it and see if your problem has been resolved #48

Ok, now it show hostedby, thank for help me

Aim2339 commented 1 year ago

Sure, welcome!

ZeroDiscord commented 1 year ago

Fixed in repository as of latest commit #46