Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 521 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 521 Bytes

personal-discord-bot

just for fun

example of .env file

MyToken=            <token of your bot>
PREFIX=             <prefix if wanna use prefix commands>
OWNER_ID=           <your discord id>
GUILD_ID=           <bot's support server guild id>
REMOVE_COMMANDS=    <true or false>
DEFAULT_STATUS=     <text status of bot profile>
DEVELOPER_KEY=      <developer youtube api key from google developer console>

install yt-dlp and ffmpeg for music commands

sudo apt install ffmpeg
sudo snap install yt-dlp