GithubHelp home page GithubHelp logo

theghostroot / exoticus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iqexotic/exoticus

0.0 0.0 0.0 157 KB

An open-source Discord bot designed to serve as an educational example, showcasing the effective application of Hikari and Hikari-Lightbulb.

License: GNU General Public License v3.0

Python 100.00%

exoticus's Introduction

Exoticus Discord Bot

Description

Exoticus is an open-source Discord bot that utilizes Hikari and Hikari-Lightbulb as libraries, providing an alternative to discord.py. The bot is currently exclusively operational within my Discord server (and I would like to keep it that way). Exoticus is designed to serve as an educational example, showcasing the effective application of Hikari, and as a source of inspiration for diverse project ideas. Whether it's implementing a leveling system or a ticket system, this bot offers valuable insights, especially for those who are new to the library.


Features

  • Filter Extension:
    • The Filter Extension moderates content by automatically handling Discord invites, blocking NSFW links, and managing LFG (Looking For Group) keywords.
  • Functions Extension:
    • The Functions Extension is a collection of fundamental utility functions designed to enhance error handling and simplify common tasks when working with the Hikari library.
    • If you're new to Hikari, I recommend checking out this extension as it provides essential code snippets for common tasks.
  • Join Extension:
    • The Join Extension manages join and leave events, assigns join roles, updates and inserts members in a database, and logs joins and leaves in a simple yet efficient way. It also renders and sends out personalized join cards.
  • Level Extension:
    • The Level Extension automates XP tracking, leveling, and role assignment. Users gain XP through messages and voice chat. The extension provides commands to check ranks, give or take XP and it provieds a leaderboard. Additionally, it sends level-up messages and assigns roles based on XP levels.
  • Tickets Extension:
    • The Ticket Extension offers essential Discord bot features, along with unique capabilities like assigning team IDs to members. It includes an anonymous feedback system where users can rate moderators with 1-5 stars. The average ratings are displayed in an embed for team members or everyone as preferred.

Setup

  1. Clone the repository:

    git clone https://github.com/IQExotic/Exoticus.git
  2. Install dependencies:

    pip install -r requirements.txt
  3. Edit the file named .env in the root directory and replace "YOUR_BOT_TOKEN_HERE" with your bot token:

    token=YOUR_BOT_TOKEN_HERE
    
  4. Go into the Bots Directory::

    cd ./src/DiscordBot
  5. Run the bot:

    python bot.py

    On Linux or Mac, it might be:

    python3 bot.py

Usage

Please avoid direct copying and pasting of the code. Instead, treat it as a valuable learning resource or a wellspring of inspiration. If you plan to integrate the entire bot into your project or duplicate complete extensions, kindly seek permission beforehand.

In instances of uncertainty regarding usage or appropriateness, it is strongly recommended to communicate with me directly. Feel free to reach out, and we can collaborate to find an appropriate solution. (Note: My Discord DMs are usually quite full, so I recommend joining my Discord server and opening a ticket.)

Contributing

If you would like to contribute to the development of the bot, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and submit a pull request.

Examples

  • Join Card

  • Leaderboard

exoticus's People

Contributors

iqexotic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.