A fun little discord bot that speaks uwu.
export default {
token: "YOUR_BOT_TOKEN_HERE",
owner: "OWNER_ID"
}
Replace YOUR_BOT_TOKEN_HERE
with your token and replace OWNER_ID
with your id
npm build
then
node dist/src/bot.js
and that's it, congrats !