A Discord bot to play bluffing games like Dobbins or Bobbins

Overview

Usage:

  1. pip install -r requirements.txt
  2. python3 bot.py DISCORD_BOT_TOKEN

Gameplay:

All commands are case-insensitive, with trailing punctuation and spacing ignored. They must be DMs or mentions, unless otherwise noted.

  1. Begin a new game: @bot giddy up!. The bot will prompt for users.
  2. @bot in! or simply in! from each player who wants to play. The bot will acknowledge each one with a reaction.
  3. @bot ready! will tell the bot to begin the first round with the players in so far.
  4. The bot will announce which player is submitting a "truth." Each player can now DM their submissions to the bot as appropriate. If you send multiple messages, the last one will be used.
  5. Once a submission from each player has been received, the bot will present the choices in a random order.
  6. Now, DM or mention your guess number (@bot 2!)
  7. Once all guesses are received, the bot displays the results and current scores.
  8. Use @bot again! for another round or @bot giddy up! to start over.
You might also like...
Discord ToolBox is a discord bot developed by DJD320 created for the purpose of having some convenient tools in the form of a single bot.

Discord ToolBox Discord ToolBox is a discord bot developed by DJD320 created for the purpose of having some convenient tools in the form of a single b

Linky bot, A open-source discord bot that allows you to add links to ur website, youtube url, etc for the people all around discord to see!

LinkyBot Linky bot, An open-source discord bot that allows you to add links to ur website, youtube url, etc for the people all around discord to see!

Image-Bot-Discord - This Is a discord bot that shows the specific image you search from Google
Image-Bot-Discord - This Is a discord bot that shows the specific image you search from Google

Advanced Discord.py Image Bot CREDITS Made by RLX and Mathiscool README by Milrato Installation Guide in .env Adjust the TOKEN python main.py to start

Discord.py-Bot-Template - Discord Bot Template with Python 3.x

Discord Bot Template with Python 3.x This is a template for creating a custom Di

Example-bot-discord - Example bot discord xD

example-python-bot-discord Clone this repository Grab a token on Discord's devel

YouTube-Discord-Bot - Discord Bot to Search YouTube
YouTube-Discord-Bot - Discord Bot to Search YouTube

YouTube Bot Info YouTube Bot is a discord bot where you can search for anything

SongLink Discord Bot - Discord bot to share music links easily

SongLink_Discord_Bot Discord bot to share music links easily. Take a link from y

Anime-Discord-Bot - Lightweight anime searching Discord bot supported by the AnilistPython library (anilist.co APIv2 wrapper))
VoiceMaster-Discord-Bot - Fork from original Discord bot with max channel limit, staff role and more

VoiceMaster VoiceMaster is a discord bot created to change the way servers work,

Comments
  • Use Discord.py bot command extension framework

    Use Discord.py bot command extension framework

    Closes #7.

    This uses the bot command framework to do a couple things:

    • Bot game commands are now a cog. This opens us up to easier make other cogs and organize bot components as cogs (other games or sets of commands as a separate cog).
    • Bot commands are now all prefixed as 🐴 (🐴in, 🐴giddyup, etc). This is generally so it is easier to distinguish bot commands vs normal text. They are also grouped under an automatic generated 🐴help command to list them.
    • if / else and handler clause replaced with cog commands and checks. Moves our own message handler logic to Discord.py native command framework.
    • Add devcontainer for VSCode container development.
    • Some minor formatting using black. Maybe we can standardize on a formatting style (ie. " instead of ', etc)?
    • Removed command_from_message and lower (it looked like we didn't need to do those anymore).

    Todo:

    • Make is_state decorator work as a normal check function somehow to be reused in on_message?
    • Maybe tests using dpytest?
    • Modify Game class to return boolean types instead of emoji strings and have the emoji responses in the GameCog instead?
    • Separate bot.py into a game.py and bot.py?
    • Better command prefix (or list of prefixes to support)?

    bitmoji

    opened by andyshinn 2
Owner
null
ANKIT-OS/TG-MUSIC-PLAYER a special repository. Its Is A Telegram Bot To Play To Play Music In Voice Chat

?? ?? TG MUSIC PLAYER ?? ?? The owner would not be responsible for any kind of bans due to the bot. • ⚡ INSTALLING ⚡ • • ??️ Lᴀɴɢᴜᴀɢᴇs Aɴᴅ Tᴏᴏʟs ?? •

ANKIT KUMAR 1 Dec 27, 2021
Satoshi is a discord bot template in python using discord.py that allow you to track some live crypto prices with your own discord bot.

Satoshi ~ DiscordCryptoBot Satoshi is a simple python discord bot using discord.py that allow you to track your favorites cryptos prices with your own

Théo 2 Sep 15, 2022
Automate TikTok follower bot, like bot, share bot, view bot and more using selenium

Zefoy TikTok Automator Automate TikTok follower bot, like bot, share bot, view bot and more using selenium. Click here to report bugs. Usage Download

null 555 Dec 30, 2022
A bot that can play songs in Telegram group voice chats like AK 47

?? 47Music Player ?? A bot that can play songs in Telegram group voice chats like AK 47 ✨ Easy To Deploy Pyrogram Session Config Vars API_ID : Assista

Janindu Malshan 23 Dec 7, 2022
Acid's Utilities is a bot for my Discord server that alerts when I go live, welcomes new users, has some awesome games and so much more!

Acid's Utilities Acid's Utilities is a bot for my Discord server that alerts when I go live, welcomes new users, has some awesome games and so much mo

AcidFilms (Fin Stuart) 3 Nov 19, 2021
It's a Discord bot to control your PC using your Discord Channel or using Reco: Discord PC Remote Controller App.

Reco PC Server Reco PC Server is a cross platform PC Controller Discord Bot which is a modified and improved version of Chimera for Reco-Discord PC Re

Arvinth Krishna 12 Aug 31, 2022
A small and fun Discord Bot that is written in Python and discord-interactions (with discord.py)

Articuno (discord-interactions) A small and fun Discord Bot that is written in Python and discord-interactions (with discord.py) Get started If you wa

Blue 8 Dec 26, 2022
Discord bot script for sending multiple media files to a discord channel according to discord limitations.

Discord Bulk Image Sending Bot Send bulk images to Discord channel. This is a bot script that will allow you to send multiple images to Discord channe

Nikola Arbov 1 Jan 13, 2022
A discord bot thet lets you play Space invaders.

space_Invaders A discord bot thet lets you play Space invaders. It is my first discord bot... so please give any suggestions to improve it :] Commands

null 2 Dec 30, 2021
An Open-Source Discord bot created to provide basic functionality which should be in every discord guild. We use this same bot with additional configurations for our guilds.

A Discord bot completely written to be taken from the source and built according to your own custom needs. This bot supports some core features and is

Tesseract Coding 14 Jan 11, 2022