VCGiveawayBot
For ultimate transparency, Patware LLC is open sourcing our Giveaway bot. https://patchix.vip.
This is licensed under the Apache 2.0 License. Please review the LICENSE file and abide by the terms.
-
Create an application on the Discord Developer dashboard. For instructions, use https://duckduckgo.com (or desired search engine) to look into how to do this.
-
Ensure the Message Content Gateway Intent is enabled.
-
Add your .env variables. An example .env file is shown below.
DISCORD_TOKEN="YourTokenHere"
BOT_PREFIX="(desired prefix)"
-
Install modules.
- This is only tested with
bun, however, you may usenpmorpnpmif you'd like. (we do not guarantee this will work)
- This is only tested with
-
Run the bot.
- Please use
bunwhen running the bot;npmand others are not supported, please do not use them.
- Please use
bun install
bun run index.ts
When creating issues, please describe:
- The issue in 1–2 sentences.
- Steps to reproduce the said bug.
- The expected behaviour.
- Your execution enviornment (we only support bun)
When creating PRs, please outline:
- Is this an enhancement, or does this fix a bug?
- Which bug does this fix? What does this enhance?
- Any extra information.
We will not be accepting any PRs that affect cosmetic files (e.g., README.md).