mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2024-11-25 10:29:43 +01:00
11 lines
123 B
Python
11 lines
123 B
Python
|
import discord
|
||
|
from mcstatus import JavaServer
|
||
|
|
||
|
from libs import ServerBot
|
||
|
|
||
|
|
||
|
class Presence(discord.Cog):
|
||
|
"""
|
||
|
|
||
|
"""
|