[file]: Move utils file to dir

This commit is contained in:
Sweetbread
2023-05-11 15:12:16 +03:00
parent f530c3e6aa
commit 4af8e74fd1
4 changed files with 4 additions and 3 deletions
-15
View File
@@ -1,15 +0,0 @@
from random import choice
from discord import Color
light_colors = [
Color(0xaaffaa),
Color(0xF9FFAA),
Color(0xFFAAAA),
Color(0xFFCCAA),
Color(0xAAFFE3),
Color(0xAAB0FF),
Color(0xFFAAF7)
]
def choise_light_color(): return choice(light_colors)