Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

APIcord/APIcord

Repository files navigation

APIcord Discord Run on Repl.it

License Discord server

Features

Installation

  1. Create an application on the Discord Developer Portal
  2. Clone this repo (git clone https://github.com/APIcord/discord.git) or download the master branch
  3. Create a bot for that application, copy the token
  4. Complete .env.example, then copy the content
  5. Create a ".env" file and paste the data
  6. Install the requeriments (Repl.it users only press the "Run" button) and run it
    • You do this:
      pip install -r requirements.txt
      python bot.py
      
    • Or you can run "install_n_run.bat" (for Windows) or "install_n_run.sh" (for Linux and Mac)

Official bot

This bot is running in Discord 24/7 in a official "instance", this is disponible from:

Send ideas

Want to colaborate with ideas? Leave an issue! and tag it with the "idea" tag

Want to see the code/download older versions