Skip to content

Commit

Permalink
Update plugin classes and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkePilon committed Dec 2, 2023
1 parent 5abc2d5 commit 25fdefb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions lodestone/plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" },
Expand Down

0 comments on commit 25fdefb

Please sign in to comment.