Skip to content

community-network/discord-battlefield-playerlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server playerlist bot

Shows the playerlist of your server in Discord.

image

# battlefield server to follow
server_name = '[BoB]#1 EU All CQ'
# discord token to use
token = 'SECRET_DISCORD_TOKEN'
# discord channel id it has to post the messages to
channel = 106456457126165306
# messages it will edit for showing serverinfo
# (used if bot is restarted, should be empty on first startup)
messages = [
    1064877261444087869,
    1064877262756909086,
    1064877263901958194,
    1064877265051201639,
    1064877267001548860,
]
# game to use, can be Bf4 or Bf1 (capital letter B)
game = 'Bf4'