All Projects → Calinou → datcord_bot

Calinou / datcord_bot

Licence: MIT license
Weirdly specific Discord bot with role assigning and lots of memery (used on the Godot Discord server)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to datcord bot

hershel
🤖 Modular and minimal Discord bot framework for Node.js
Stars: ✭ 14 (-12.5%)
Mutual labels:  discord-bot
Ellie
A bot for the Discord chat platform written in Rust with the Serenity library.
Stars: ✭ 14 (-12.5%)
Mutual labels:  discord-bot
Mc2Discord
A simple minecraft mod, server side only, to link the chat with your Discord server
Stars: ✭ 18 (+12.5%)
Mutual labels:  discord-bot
1337x-Bot
Unofficial 1337x.to Discord Bot
Stars: ✭ 51 (+218.75%)
Mutual labels:  discord-bot
lavamusic
lavalink music bot base in erela.js and discord.js v13
Stars: ✭ 210 (+1212.5%)
Mutual labels:  discord-bot
sudoBot
A discord bot written in Python
Stars: ✭ 28 (+75%)
Mutual labels:  discord-bot
discord-supervisor-bot
An advanced Discord supervisor bot.
Stars: ✭ 53 (+231.25%)
Mutual labels:  discord-bot
Komugari
A simple, multi-functional Discord bot written in Discord.js
Stars: ✭ 39 (+143.75%)
Mutual labels:  discord-bot
LavaJS
A lightweight and Dynamic LavaLink wrapper for Discord bots. Playing music has never been easier!
Stars: ✭ 14 (-12.5%)
Mutual labels:  discord-bot
SataniaBot
The most devilish bot for Discord!
Stars: ✭ 20 (+25%)
Mutual labels:  discord-bot
Kato-Bot
discord bot
Stars: ✭ 51 (+218.75%)
Mutual labels:  discord-bot
hikari-lightbulb
The official unofficial command handler for the Python discord API wrapper library, Hikari.
Stars: ✭ 152 (+850%)
Mutual labels:  discord-bot
NSFW-Bot
NSFW Bot is an open-source discord bot that has nsfw commands with the nekobot.xyz api.
Stars: ✭ 43 (+168.75%)
Mutual labels:  discord-bot
happybot
A multi-purpose, feature-full, and powerful, highly guild-specific, Discord Bot written in Java.
Stars: ✭ 14 (-12.5%)
Mutual labels:  discord-bot
Nereus
A multipurpose discord bot with a focus on music written using Discord.js
Stars: ✭ 46 (+187.5%)
Mutual labels:  discord-bot
Discord Fork
An open source Discord Bot List made with GatsbyJS
Stars: ✭ 60 (+275%)
Mutual labels:  discord-bot
Sanara
A multipurpose Discord bot providing games, images and more
Stars: ✭ 15 (-6.25%)
Mutual labels:  discord-bot
discord-bot
Source code for RPCS3's Discord bot.
Stars: ✭ 42 (+162.5%)
Mutual labels:  discord-bot
HotWired-Bot
A discord bot, simple until you know what hides in its arsenal 😉
Stars: ✭ 18 (+12.5%)
Mutual labels:  discord-bot
Hydrox
Discord Bot With 250+ Commands And DashBoard
Stars: ✭ 60 (+275%)
Mutual labels:  discord-bot

Godot Engine Discord server bot

This repository contains the source code for the Godot Engine Discord bot.

Commands

Command Description
!assign [role] Assigns yourself to one of the available roles.
!meme [author] Returns a meme (only usable in the #bot_cmd channel).
!roles Lists available roles.
!ross Returns a Bob Ross quote.
!unassign [role] Unassigns yourself from a role.
!unassign [role] Unassigns yourself from a role.

There are also some commands which print a URL or fixed message for convenience's sake:

Command What it prints
!api The URL to the Godot class reference.
!class [class] The URL to the specified class in the Godot class reference.
!csharp The URL to GodotSharp, a C# community resource.
!game An image telling you to work on your game.
!gdquest The URL to GDquest's YouTube channel.
!kcc The URL to KidsCanCode's YouTube channel.
!mirror The URL to Calinou's download mirror.
!nightly The URL to Calinou's nightly builds.
!patterns The URL to the Game Programming Patterns book.
!pronounce A sentence about how "Godot" should be pronounced.
!step The URL to the official step-by-step tutorial.
!tut The URL to the list of tutorials in the documentation.
!code Brief instructions for embedding code snippets in Discord.

Installation

Prerequisites

  • Python 3.6 (Python 3.7 or later aren't supported yet).
  • Poetry for installing dependencies.

Running

  • Clone this repository or download a ZIP archive.
  • Run poetry install while in the repository's directory to install dependencies.
  • Set the DISCORD_BOT_TOKEN environment variable to the bot's Discord token.
  • Run the script with python3 main.py.

License

Copyright © 2016-2020 Godot Engine contributors

  • Unless otherwise specified, files in this repository are licensed under the MIT license; see LICENSE.md for more information.
  • icon.svg is based on godotengine/godot/icon.svg and is licensed under CC BY 3.0 Unported; see LOGO_LICENSE.md for more information.
  • Files in the gdmeme/ directory are not licensed under the MIT license.
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].