💌 Started on Love letter

This commit is contained in:
jona605a
2020-08-28 23:11:19 +02:00
parent f9cfe77d86
commit 646749acb1
5 changed files with 159 additions and 2 deletions

View File

@ -0,0 +1,15 @@
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")