All Projects → Xenon-Bot → Xenon

Xenon-Bot / Xenon

Licence: gpl-3.0
Create backups of your discord server

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Xenon

Sylphy
👑 the better discord bot framework
Stars: ✭ 85 (-5.56%)
Mutual labels:  bot, discord
Basicbot
A basic example of a Discord Bot written in Python. (discord.py)
Stars: ✭ 73 (-18.89%)
Mutual labels:  bot, discord
Genesis
🤖 Warframe Discord Cephalon
Stars: ✭ 67 (-25.56%)
Mutual labels:  bot, discord
Discord Slash Bot
This bot is a simple Discord Slash Bot.
Stars: ✭ 64 (-28.89%)
Mutual labels:  bot, discord
Misaki
Misaki is Discord Bot designed for communities with commands ranging from gif based anime reactions, to head scratching trivia commands.
Stars: ✭ 78 (-13.33%)
Mutual labels:  bot, discord
Dashboard.io
Un dashboard pour bot Discord
Stars: ✭ 67 (-25.56%)
Mutual labels:  bot, discord
Distube
A Discord.js v12 module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites
Stars: ✭ 73 (-18.89%)
Mutual labels:  bot, discord
Nitro
A discord bot
Stars: ✭ 56 (-37.78%)
Mutual labels:  bot, discord
Invite Manager
This bot will show who invited who. It's recording and showing the total count of invitations of an user, how many of them left, etc.
Stars: ✭ 77 (-14.44%)
Mutual labels:  bot, discord
Rdiffweb
A simplified backup management software for quick access to your archives through an efficient web interface.
Stars: ✭ 76 (-15.56%)
Mutual labels:  backup, backups
Core
The core YAMDBF Framework
Stars: ✭ 63 (-30%)
Mutual labels:  bot, discord
Nino
🔨 Advanced and cute moderation discord bot as an entry of Discord's Hack Week!
Stars: ✭ 78 (-13.33%)
Mutual labels:  bot, discord
Discordconsole
Control your Discord & Discord bot accounts and Webhooks through the command line.
Stars: ✭ 58 (-35.56%)
Mutual labels:  bot, discord
Discord.js Menu
💬 Easily create Discord.js v12 embed menus with reactions and unlimited customizable pages.
Stars: ✭ 89 (-1.11%)
Mutual labels:  bot, discord
Bottyclient
A slim Discord client with many cool features including less network traffic which supports bot tokens, but user tokens theoretically work too. Tags: Discord Bot Client Token for Bot Botting Download English
Stars: ✭ 58 (-35.56%)
Mutual labels:  bot, discord
Create Discord Bot
Create Discord bots using a simple widget-based framework.
Stars: ✭ 70 (-22.22%)
Mutual labels:  bot, discord
Zira
Zira is a Discord Bot that allows you to react to an emoji on a message and manage a users roles.
Stars: ✭ 55 (-38.89%)
Mutual labels:  bot, discord
Crucian
⚡ Discord bot with economy, gambling, music, fun, moderation features based on discord.js v12
Stars: ✭ 55 (-38.89%)
Mutual labels:  bot, discord
Luna
An adorable Discord.js bot. Free, Open Source and Cross Platform, usable as a solid base for larger projects. Written in NodeJs.
Stars: ✭ 76 (-15.56%)
Mutual labels:  bot, discord
Bot
A Discord bot for all your needs. With memes, utilities, moderation & more, Fire is the only bot you'll need.
Stars: ✭ 79 (-12.22%)
Mutual labels:  bot, discord

Xenon

⚠️ This version of the bot is no longer under active development: You can find the newest version of the bot and more information at Magic-Bots/xenon-worker

Codefresh build status Discord Server

Disclaimer

You might need basic knowledge of python, pip, git and the console of your operating system to run this bot.
If you need further help you can join the support discord, but I won't answer any question regarding the topics above.

Hosted Version

With Docker (Recommended)

Download and install docker on your operating system.

Build and run it with docker-compose:

  1. Download / Clone the repository (preferably the selfhost branch)
  2. Edit the xenon.env file and change the token
  3. You might wanna change some values in xenon/config.py e.g. the prefix (maybe disable the templates cog aswell)
  4. Create a xenon/logs directory for the log files
  5. Run docker-compose build
  6. Run docker-compose up

The database and the bot should start up.

Without Docker

Download and run a mongodb server and make the port 27017 accessible by the python script.
Install all dependencies, edit xenon/config.py and change the token, run xenon/launcher.py. At least Python version 3.7 is required.

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