- Notifications
You must be signed in to change notification settings - Fork0
An app for hosting fair and reliable giveaways at your discord (https://discord.com)
License
zobweyt/Giveaways
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An app for hosting fair and reliable giveaways at your server.
- Host unlimited giveaways at your discord servers.
- Manually end giveaways via amessage command.
To see the current and future tasks for this project, please navigate to theprojects tab.
To start, open a command prompt and follow these instructions:
Clone this repository to your machine, open it in your editor, and navigate to the startup project:
git clone https://github.com/zobweyt/Giveaways.gitcd ./src/Giveaways
We are using theoptions pattern for typed access to groups ofrelated settings. You should configure theappsettings.json
file or manageuser secrets viaCLI:
dotnet user-secretsset<key><value>
Note
Pending database migrations are applied automaticallybefore startup and an informationalmessage is logged.
To run the bot, just execute the following command:
dotnet watch
The setup is done. Enjoy using the app! 🎉
Warning
Instead of using thedotnet run
in production, create a deployment using thedotnet publish
command anddeploy the output.
To contribute to this project, please read theCONTRIBUTING.md
file. It provides details on our code of conduct and the process for submitting pull requests.
See thecontributors who participated in this project and thedependencies used.
This project is licensed under theMIT License — see theLICENSE.md
file for details.
About
An app for hosting fair and reliable giveaways at your discord (https://discord.com)