Loading repository data…
Loading repository data…
ArikSquad / repository
Legacy version of EnSave Discord bot. It has later been rewritten in TypeScript.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is an open-source discord bot developed by ArikSquad. We also have some documented files in this project, so feel free to check the files and see the documentation over there! EnSave uses the latest discord.py library. If you would like to use this as your template for your bot, please add mention us.
git clone https://github.com/ArikSquad/EnSave-Discord.git
cd EnSave-Discord
python3 -m pip install -r requirements.txt
TOKEN="(your token)"
MUSIC="(your lavalink ip)"
MUSIC_PASSWORD="(your lavalink password)"
HYPIXELAPI="(your hypixel api key)"
python3 main.py
CREATE TABLE "code" (
"secret" TEXT UNIQUE
);
CREATE TABLE "guild" (
"guildID" INTEGER UNIQUE,
"spy" INTEGER DEFAULT 0,
"channel" INTEGER
);
CREATE TABLE "user" (
"userID" INTEGER UNIQUE,
"premium" INTEGER DEFAULT 0
);
If you found any vulnerabilities or issues please open an issue at the Issues tab.
This work is licensed under the Apache License, you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Not all source files are protected by this license - Some third party libraries may be under different copyright.