Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

EvernoteMC/hypixel-guild-chat-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guild Chat Bot

Discord Server
A bot that connects your guild chat to a discord channel. Uses discord.py and pyCraft

Deploy on Railway

Railway is a cloud development platform that lets you host projects 24/7 for free!

1. Click button to deploy

Deploy on Railway

2. Configure and launch your environment

You'll need to specify four environment variables in order to get your bot up and running:

  • TOKEN - Bot Token from Discord Developer Portal
  • GUILD_CHAT_CHANNEL - The ID of the channel where the bot should send and receive guild chat messages (e.g 792771296445726740)
  • MINECRAFT_EMAIL - The email of the Minecraft account you want the bot to use
  • MINECRAFT_PASSWORD - The password of the Minecraft account you want the bot to use

NOTE: You can't use a Microsoft account for the bot.

3. Set prefix and emojis

You can edit the constants.py file to change the bot's prefix, and the emojis it uses.

# The prefix the bot responds to for commands
PREFIX = '!'
# Emojis the bot should use for certain events
EMOJIS = {
    'DISCORD': '🗨️',  # When a message is sent from Discord
    'HYPIXEL': '🎮',  # When a message is sent from Hypixel
    'JOIN': '📥',  # When a member joins Hypixel
    'LEAVE': '📤'  # When a member leaves Hypixel
}
# List of Owner IDs (to use commands like sumo)
OWNER_IDS = [177750582818242561]

You can use a unicode, like 🎮, or custom emojis like <:hypixel:855419679597920257>

Help

Confused with something? Join the Observer Support server for help!

About

A bot that connects your guild chat to a Discord channel, written in Python.

Resources

License

Stars

Watchers

Forks