EmbedSniper (EN)

Embed Sniper is a Discord bot that is used to display deleted embed data. (My bot is offline rn. So, here the source code)

General Setup

  1. Download and install Python version 3.6.0 or above
  2. Install all required package using command
pip install -r requirements.txt
  1. Set your bot token in .env_example, and change the file name to .env
  2. Set your MongoDB URL in config.py
  3. Run the bot using command
python main.py

EmbedSniper (ID)

EmbedSniper adalah bot Discord yang digunakan untuk menampilkan data embed yang dihapus. (Bot saya offline sekarang. Jadi, ini source code nya)

Cara menggunakannya

  1. Unduh dan instal Python versi 3.6.0 atau lebih tinggi
  2. Instal semua package yang diperlukan menggunakan perintah
pip install -r requirements.txt
  1. Atur token bot-nya di .env_example, dan ubah nama file nya jadi .env
  2. Atur URL MongoDB-nya di config.py
  3. Jalankan bot menggunakan perintah
python main.py