fixed reboot command

This commit is contained in:
Dusty.P 2018-06-06 23:00:23 -08:00
parent a6273e6856
commit 7344187eb1

View File

@ -6,7 +6,7 @@ import inspect
import os import os
from src.imports import checks, utils from src.imports import checks, utils
config_dir = 'config/' config_dir = 'src/config/'
admin_id_file = 'admin_ids' admin_id_file = 'admin_ids'
owner_id = 351794468870946827 owner_id = 351794468870946827
embed_color = discord.Colour.from_rgb(49, 107, 111) embed_color = discord.Colour.from_rgb(49, 107, 111)