Add storage, syncing db, rename module

This commit is contained in:
BarsTiger
2023-10-08 21:21:15 +03:00
parent 42d7f7d235
commit 0135294fcb
25 changed files with 281 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[tool.poetry]
name = "anymusicbot"
name = "AnyMusicBot"
version = "0.1.0"
description = ""
authors = ["BarsTiger"]
@@ -12,6 +12,7 @@ rich = "^13.6.0"
py-deezer = "^1.1.4.post1"
soundcloud-lib = "^0.6.1"
shazamio = { path = "lib/ShazamIO" }
sqlitedict = "^2.1.0"
[build-system]