Skip to content

44REAM/DiscordLineBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DiscordLineBot

Installation

  1. Create discord bot Generate token and put in .env file
DISCORD_TOKEN="your token"

Then add your bot to discord channel 2. Create line bot Generate CHANNEL_SECRET and CHANNEL_ACCESS_TOKEN then put in .env file

CHANNEL_TOKEN="channel access token"
CHANNEL_SECRET="channel secret"

Then add your bot to line group 3. Find line group ID and put in .emv file

LINEGROUP="your line group ID"
  1. Start BOT
python discord_bot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages