crxsnake 1.3.6__tar.gz → 1.3.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: crxsnake
3
- Version: 1.3.6
3
+ Version: 1.3.7
4
4
  Home-page: https://discord.gg/EEp67FWQDP
5
5
  Author: CRX-DEV
6
6
  Author-email: cherniq66@gmail.com
@@ -2,6 +2,7 @@ from .logger import logger
2
2
  from .cogs import load_cogs
3
3
  from .files import read_json, write_json
4
4
  from .tortoise import Database
5
+ from .embed import EmbedMessage
5
6
 
6
7
  from .utils.misc import *
7
8
  from .utils.hotline import IssueHotline
@@ -17,4 +18,7 @@ __all__ = [
17
18
  "Database",
18
19
  "IssueHotline",
19
20
  "IssueCRX",
21
+ "EmbedMessage",
22
+ "steam_to_be_guid",
23
+ "steam_to_dayz_guid"
20
24
  ]
@@ -2,7 +2,7 @@ from disnake import Embed, Forbidden, Color
2
2
  from disnake.ext import commands
3
3
 
4
4
 
5
- class Embed:
5
+ class EmbedMessage:
6
6
 
7
7
  def __init__(self, bot: commands.Bot):
8
8
  self.bot = bot
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: crxsnake
3
- Version: 1.3.6
3
+ Version: 1.3.7
4
4
  Home-page: https://discord.gg/EEp67FWQDP
5
5
  Author: CRX-DEV
6
6
  Author-email: cherniq66@gmail.com
@@ -17,7 +17,7 @@ urls = {
17
17
 
18
18
  setup(
19
19
  name="crxsnake",
20
- version="1.3.6",
20
+ version="1.3.7",
21
21
  long_description=long_description,
22
22
  long_description_content_type="text/markdown",
23
23
  author="CRX-DEV",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes