Skip to content

x807x/BurntChickenBotpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BurntChickenBotpy

Discord Bot

Set up your bot

  1. Install requirements

    • if you use NIXOS, add these in your /etc/nixos/configuration.nix
    environment.systemPackages = with pkgs; [
        tmux
        (python310.withPackages(ps: with ps; [
            discordpy
            requests
            dotenv
        ]))
    ]

    and run sudo nixos-rebuild switch to install

    • if you use other linux, run these in your terminal

    You must use Python3.10

    sudo apt update && sudo apt upgrade
    sudo apt install python310
    pip3 install discord.py dotenv requests
  2. Set up your Token rename example.env to .env and replace with your token

  3. Configure in ./data/strings.json You can change bot_name, prefix, GithubLink

  4. run python3 main.py in tmux (Recommended)

About

Discord Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages