All Projects → Androz2091 → discord-giveaways-bot

Androz2091 / discord-giveaways-bot

Licence: ISC License
🎁Giveways Bot using the discord-giveaways package

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to discord-giveaways-bot

giveaways-example
Example for @Nuggies-bot NPM
Stars: ✭ 27 (-77.12%)
Mutual labels:  giveaways, discord-giveaways
Owin Webapi Service
✅ OWIN / WebAPI windows service example. Includes attribute based routing sample
Stars: ✭ 175 (+48.31%)
Mutual labels:  example, handler
Examples
Examples of Mock Service Worker usage with various frameworks and libraries.
Stars: ✭ 163 (+38.14%)
Mutual labels:  example, handler
GCommands
Powerful and flexible discord.js framework.
Stars: ✭ 38 (-67.8%)
Mutual labels:  handler, commands
lagom-samples
developer.lightbend.com/start/?group=lagom
Stars: ✭ 85 (-27.97%)
Mutual labels:  example
laravel-docker-redis
Simple example: How to use laravel and redis using docker compose
Stars: ✭ 23 (-80.51%)
Mutual labels:  example
AspNetCore.Weixin
An ASP.NET Core middleware for Wechat/Weixin message handling and apis. (微信公众平台/接口调用服务)
Stars: ✭ 24 (-79.66%)
Mutual labels:  handler
tensorflow flask
tensorflow model deployment in flask REST API
Stars: ✭ 26 (-77.97%)
Mutual labels:  example
assets
Inpsyde Assets is a Composer package (not a plugin) that allows to deal with scripts and styles in a WordPress site.
Stars: ✭ 30 (-74.58%)
Mutual labels:  handler
Agora-C Sharp-SDK
The simple ways to use Agora RTC SDK with C#
Stars: ✭ 18 (-84.75%)
Mutual labels:  example
vue-vuex-todomvc
Example TodoMVC Vue.js app with Vuex store and server backend via REST
Stars: ✭ 41 (-65.25%)
Mutual labels:  example
go-wasm-examples
Some small examples of using Go and WebAssembly
Stars: ✭ 22 (-81.36%)
Mutual labels:  example
node-opencv-templatematching-test
Test for template matching using node-opencv
Stars: ✭ 20 (-83.05%)
Mutual labels:  example
match stream
A sample project to show in our scale blog post
Stars: ✭ 30 (-74.58%)
Mutual labels:  example
ddd-example-ecommerce
Domain-driven design example in Java with Spring framework
Stars: ✭ 73 (-38.14%)
Mutual labels:  example
cypress-example-docker-compose
Example running Cypress tests against Apache server via docker-compose
Stars: ✭ 106 (-10.17%)
Mutual labels:  example
haskell-tic-tac-toe
A multiplayer web real-time implementation of the famous Tic Tac Toe game in Haskell.
Stars: ✭ 51 (-56.78%)
Mutual labels:  example
gort
Simple HTTP handler to receive remote calls to run scripts bundled in Docker containers
Stars: ✭ 23 (-80.51%)
Mutual labels:  handler
python-in-browser
🐍🛥🌟 Running Python in the browser with Batavia and Starlette
Stars: ✭ 12 (-89.83%)
Mutual labels:  example
Examples Gtkmm
Shows how to use Gtkmm controls by programming code (c++17).
Stars: ✭ 23 (-80.51%)
Mutual labels:  example

Giveaways Bot

🎁Giveways Bot using the discord-giveaways package!

Features

  • start-giveaway command
  • reroll-giveaway command
  • end-giveaway command

Install

  • Clone repository:
git clone https://github.com/Androz2091/giveaways-bot
  • Fill configuration (config.json):
{
    "token": "Your discord bot token",
    "prefix": "g!",
    "everyoneMention": true,
    "hostedBy": true
}
  • Install dependencies:
npm install
  • Start:
node index.js
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].