From 25fdefb8f4edd1b1b493ec4db60c20bd1178bee0 Mon Sep 17 00:00:00 2001 From: Silke pilon Date: Sat, 2 Dec 2023 19:22:27 +0100 Subject: [PATCH] Update plugin classes and version number --- lodestone/plugin/__init__.py | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lodestone/plugin/__init__.py b/lodestone/plugin/__init__.py index 5da1762..f190b03 100644 --- a/lodestone/plugin/__init__.py +++ b/lodestone/plugin/__init__.py @@ -4,8 +4,8 @@ from .discordrp import discordrp class plugins: - cactus = cactus() - discordrp = discordrp() - discord = discord() - schematic = schematic() + cactus = cactus + discordrp = discordrp + discord = discord + schematic = schematic diff --git a/pyproject.toml b/pyproject.toml index 9bb3b56..8a9f547 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lodestone" -version = "0.0.61" +version = "0.0.62" description = "🤖 Create Minecraft bots with a powerful, stable, and high level Python API." authors = [ { name = "Silke Pilon", email = "silkepilon2009@gmail.com" },