All Projects → revoverflow → discord.json

revoverflow / discord.json

Licence: GPL-3.0 license
Discord.json | Make your own discord bot with json !

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to discord.json

DM-BOT
📧 DM-BOT is discord bot that can record direct messages. One of us! You can also reply to those messages! DM-BOT is easy to use & understand! I decided to use Discord.js, it's literally the best.
Stars: ✭ 31 (+14.81%)
Mutual labels:  bots, easy-to-use, easy
Art
🎨 ASCII art library for Python
Stars: ✭ 1,026 (+3700%)
Mutual labels:  easy-to-use, easy
Ezxss
ezXSS is an easy way for penetration testers and bug bounty hunters to test (blind) Cross Site Scripting.
Stars: ✭ 1,022 (+3685.19%)
Mutual labels:  easy-to-use, easy
Tkinter-Designer
An easy and fast way to create a Python GUI 🐍
Stars: ✭ 4,697 (+17296.3%)
Mutual labels:  easy-to-use, easy
Easy.common
A set of useful utilities and helpers used across Easy.* projects.
Stars: ✭ 306 (+1033.33%)
Mutual labels:  easy-to-use, easy
Tic Tac
Client not paid ? This is the solution of your problem
Stars: ✭ 29 (+7.41%)
Mutual labels:  easy-to-use, easy
Seahorse
A minimal CLI framework written in Rust
Stars: ✭ 132 (+388.89%)
Mutual labels:  easy-to-use, easy
Easy.logger
A modern, high performance cross platform wrapper for Log4Net.
Stars: ✭ 118 (+337.04%)
Mutual labels:  easy-to-use, easy
Django Easy Timezones
Easy timezones for Django based on GeoIP
Stars: ✭ 195 (+622.22%)
Mutual labels:  easy-to-use, easy
Easy.messagehub
No need for .NET Events! A thread-safe, high performance & easy to use cross platform implementation of the Event Aggregator Pattern.
Stars: ✭ 208 (+670.37%)
Mutual labels:  easy-to-use, easy
Django Admin Easy
Collection of admin fields and decorators to help to create computed or custom fields more friendly and easy way
Stars: ✭ 265 (+881.48%)
Mutual labels:  easy-to-use, easy
CyberPunkNetrunner
Cyberpunk 2077 Netrunner Hacking Tool (Easy to use and install). Don't use it on illegal and malicious activity. Inspired by the game CyberPunk 2077 https://www.cyberpunk.net/
Stars: ✭ 69 (+155.56%)
Mutual labels:  easy-to-use, easy
CNN Own Dataset
CNN example for training your own datasets.
Stars: ✭ 25 (-7.41%)
Mutual labels:  easy-to-use, easy
discord-economy-super
Easy and customizable economy module for your Discord bot.
Stars: ✭ 28 (+3.7%)
Mutual labels:  bots, easy
Lang-app
Add a multi lang configuration to your WEB APP 'from scratch' [ANY FRAMEWORK, ANY PLUGIN, ANY API]
Stars: ✭ 15 (-44.44%)
Mutual labels:  easy-to-use, easy
Easywall
Web interface for easy use of the IPTables firewall on Linux systems written in Python3.
Stars: ✭ 172 (+537.04%)
Mutual labels:  easy-to-use, easy
ytmous
Anonymous Youtube Proxy
Stars: ✭ 60 (+122.22%)
Mutual labels:  easy-to-use, easy
easymail
Easy way to install a mail server.
Stars: ✭ 60 (+122.22%)
Mutual labels:  easy-to-use, easy
MyBot
🧠 Create chatbots easily with Bot Framework! 🤖
Stars: ✭ 30 (+11.11%)
Mutual labels:  bots
birthday.py
🎉 A simple discord bot in discord.py that helps you understand the usage of SQL databases
Stars: ✭ 30 (+11.11%)
Mutual labels:  easy-to-use

discord.json

Sample configuration

{
    "general": {
        "token": "",
        "debug": false
    },
    "welcome": {
        "enabled": true,
        "type": "channel",
        "channel_id": "508650923447287812",
        "message": "Welcome {user} to {guild} ! Your id is {id} !"
    },
    "byebye": {
        "enabled": true,
        "type": "channel",
        "channel_id": "508650923447287812",
        "message": "See you soon {user} in {guild} ! His id was {id} !"
    },
    "commands": [{
            "command": "!hey",
            "action": "send_message",
            "message": "Hey!"
        },
        {
            "command": "!heymp",
            "action": "send_dm",
            "message": "Hey!"
        },
        {
            "command": "!givemyskill",
            "action": "add_role",
            "role_id": ""
        },
        {
            "command": "!removemyskill",
            "action": "remove_role",
            "role_id": ""
        },
        {
            "command": "!switchmyskill",
            "action": "switch_role",
            "role_id": ""
        }
    ],
    "reaction_messages": [{
        "channel_id": "",
        "message_id": "",
        "action": "role",
        "role_id": "",
        "reaction": "🌠"
    }],
    "presence": {
        "enabled": true,
        "type": "watching",
        "text": "discord.json <3",
        "streaming_url": "https://www.twitch.tv/thomasbysfr"
    }
}

Advancement

  • Welcome
    • Types (channel/dm)
    • Message variable ({user})
  • Leave message
    • Message variable ({user})
  • Command & actions
    • send_message
    • send_dm
    • switch_role
    • add_role
    • remove_role
    • purge
    • send_embed
    • create_invite
  • Reaction messages
    • Role switch
  • Embed support
  • Utils classes
  • Debug mode

Useful links

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