Installing Dependencies:
- install node-js(https://nodejs.org/en/)
Installation:
- download folder
- go into folder
- rename src/SAMPLECONFIG.ts to src/config.ts
- setup the config.ts file properly (further instructions follow)
- run install.bat (should close after a few seconds to a minute)
- run launch.bat && and keep open
Once you have renamed the src/SAMPLECONFIG.ts, follow along.
The finished product should look similar to this
export const DISCORD_BOT_TOKEN =
"ODMxMDc1OTE3NDAxeDO6mKY6.781237.RoRnbb2v2HqT6ZrbrJvJp-jukw8";
export const DISCORD_CLIENT_ID = "123877981237231777";
export const PREFIX = ">";
export const UKULELE_CHORDS_API_KEY = "86a9106ae65537651a8asdasdasdasda";
export const BOT_THUMBNAIL =
"https://icon-library.com/images/ukulele-icon/ukulele-icon-3.jpg";
To get your DISCORD_BOT_TOKEN
follow this guide
To get the DISCORD_CLIENT_ID
, you also need to visit discord-dev-portal
Set the prefix to your liking, I do not encourage using "/". You will see for yourself :D
To get your UKULELE_CHORDS_API_KEY
go to this site and click Get your API KEY.
If you want to use another BOT_THUMBNAIL
, go ahead and change it.