Files
Gwendolyn/funcs/games/loveletterDraw.py
2020-08-28 23:11:19 +02:00

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")