💌 Started on Love letter
This commit is contained in:
15
funcs/games/loveletterDraw.py
Normal file
15
funcs/games/loveletterDraw.py
Normal 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")
|
Reference in New Issue
Block a user