diff --git a/dislocker.py b/dislocker.py index 2052636..1e363d7 100644 --- a/dislocker.py +++ b/dislocker.py @@ -1,12 +1,8 @@ import json import discord import os -<<<<<<< HEAD -import sqlite3 -======= import psycopg2 import datetime ->>>>>>> for_psql class Database(): def __init__(self): @@ -45,10 +41,6 @@ class Database(): elif result[0][1] == username and result[0][2] == password: return 0 -<<<<<<< HEAD - -cert = Cert() -======= class Bot(discord.Client): def db_connect(self, host, db, user, password): self.db = psycopg2.connect(f"host={host} dbname={db} user={user} password={password}") @@ -81,7 +73,6 @@ class Bot(discord.Client): await message.channel.send("パソコンの台数が\n# だめです") else: await message.channel.send("構文が不正です。") ->>>>>>> for_psql elif len(msg_split) >= 4: if msg_split[1].isdigit() and msg_split[2].isdigit():