Discord Bot
-
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
- if you use NIXOS, add these in your
-
Set up your Token rename
example.env
to.env
and replace with your token -
Configure in
./data/strings.json
You can changebot_name
,prefix
,GithubLink
-
run
python3 main.py
intmux
(Recommended)