16 lines
235 B
Python
16 lines
235 B
Python
import math
|
|
|
|
from PIL import Image, ImageDraw, ImageFont
|
|
from funcs import logThis
|
|
|
|
|
|
|
|
|
|
|
|
class DrawLove():
|
|
def __init__(self,bot):
|
|
self.bot = bot
|
|
|
|
def drawBoard(self, channel):
|
|
logThis("Drawing empty Hex board")
|