All Projects → advaith1 → yesno

advaith1 / yesno

Licence: MIT license
A simple Discord yes/no poll bot with slash commands!

Programming Languages

typescript
32286 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to yesno

disco.js
Guide for Advanced Discord.js x MongoDB systems
Stars: ✭ 34 (+17.24%)
Mutual labels:  discordjs, discordbot
zuly
🤖 | Hi, I'm zuly, a brazilian bot! Focused on animes!
Stars: ✭ 45 (+55.17%)
Mutual labels:  discordjs, discordbot
MassDM
MassDM, a bot to mass DM members of a Discord server.
Stars: ✭ 52 (+79.31%)
Mutual labels:  discordjs, discordbot
LenoxBot
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 218 (+651.72%)
Mutual labels:  discordjs, discordbot
Discord-BOT-Dashboard
This version is outdated, please check out Discord BOT Dashboard v2
Stars: ✭ 32 (+10.34%)
Mutual labels:  discordjs, discordbot
discord-clock
A simple clock script for your bot to show what time it is in your server | Discord.js v13 ready!
Stars: ✭ 29 (+0%)
Mutual labels:  discordjs, discordbot
command-handler
Discord Bot (w/ Command Handler)
Stars: ✭ 25 (-13.79%)
Mutual labels:  discordjs, discordbot
discord-altyapi-bot
Discord Bot Altyapısı - Discord.js v14 Altyapı
Stars: ✭ 172 (+493.1%)
Mutual labels:  discordjs, discordbot
discord-voice
⏲️ A complete framework to facilitate the tracking of user voice time using discord.js
Stars: ✭ 33 (+13.79%)
Mutual labels:  discordjs, discordbot
discord-giveaway-bot
🎁 Very simple giveaway bot made with discord.js and discord-giveaways
Stars: ✭ 188 (+548.28%)
Mutual labels:  discordjs, discordbot
Discord.JS-Coding-Tutorials
🙂 A full Discord.JS v12 Guide for making Discord Bots by DashCruft on YouTube
Stars: ✭ 58 (+100%)
Mutual labels:  discordjs, discordbot
suggestions-bot
A Discord bot designed to build better communities by encouraging a positive and constructive relationship between community and staff.
Stars: ✭ 22 (-24.14%)
Mutual labels:  discordjs, discordbot
KannaKamuiBot
A multipurpose bot for fun, emotes, anime, utility, music, nsfw, valorant, moderation, and welcome/leave messages.
Stars: ✭ 64 (+120.69%)
Mutual labels:  discordjs, discordbot
mikaela
Mikaela is a discord music bot that gives users the ability to store their favorite songs, and create playlists on discord.
Stars: ✭ 19 (-34.48%)
Mutual labels:  discordjs, discordbot
BetterDiscordPanel
💬 Discord Messaging Panel that allows you to message inside of a bot!
Stars: ✭ 512 (+1665.52%)
Mutual labels:  discordjs, discordbot
Server-Captcha
Protect Your Server From Automated Bots With Captcha Now !
Stars: ✭ 18 (-37.93%)
Mutual labels:  discordjs, discordbot
Friend-Time
Discord bot - Friend Time helps your server coordinate times and events by converting times mentioned in chat between time zones!
Stars: ✭ 62 (+113.79%)
Mutual labels:  discordjs, discordbot
multiple-purpose-discord-bot-like-carlbot
A MultiPurpose Discord bot Named Dumb Bot which does Almost Everything You will need in one bot and with 230+ Commands and does almost everything which is in carl-bot or dyno
Stars: ✭ 70 (+141.38%)
Mutual labels:  discordjs, discordbot
Discord-BOT-Dashboard-V2
Discord BOT Dashboard V2 is made to make Discord BOT Development easy, designed to help create applications without writing a single line of code while using a user friendly Web-Dashboard!
Stars: ✭ 120 (+313.79%)
Mutual labels:  discordjs, discordbot
partner-bot
Automates partnerships in the big community of discord.
Stars: ✭ 119 (+310.34%)
Mutual labels:  discordjs, discordbot

YesNo

status servers chat dependencies

YesNo is a simple Discord yes/no poll bot for created by advaith. It is based on the YesNo bot built in to Google Allo, which shut down in March 2019.

YesNo now has Slash Commands!

Website | Add to Discord

Using YesNo

YesNo is super easy to use and requires no setup. To create a poll, mention the bot (@YesNo) and ask the question. For example: @YesNo is YesNo the best bot?. Polls will be pinned to the channel so people can easily find them.

You can close a poll (which will unpin it and send the results) by using /close.

YesNo Development

YesNo uses discord.js v13 (Docs, Repo) and a fork of Spark (Docs, Repo). Cloud Firestore is used for the database. YesNo uses TypeScript and Node.js v16.

Tokens are loaded from a .env file: TOKEN is the Discord bot token, PORT is the port that the webserver (web.ts) runs on, DATADOG_API_KEY is the Datadog API key, and the bot list tokens from functions/engines/botlists.ts are there.

The Cloud Firestore service account JSON file should be in FIRESTORE.json.

Self-hosting YesNo is not recommended, but please don't make a public clone.

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].