chore: create assets folder

This commit is contained in:
neoarz
2025-09-16 21:48:23 -04:00
parent 963708e2ac
commit d1c9a551f1
4 changed files with 0 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
# Copyright © Krypton 2019-Present - https://github.com/kkrypt0nn/Python-Discord-Bot-Template/blob/main/database/__init__.py
# Used by neoarz
import aiosqlite

View File

@@ -1,5 +1,4 @@
-- Copyright © Krypton 2019-Present - https://github.com/kkrypt0nn/Python-Discord-Bot-Template/blob/main/database/schema.sql
-- Used by neoarz
CREATE TABLE IF NOT EXISTS `warns` (
`id` int(11) NOT NULL,