Skip to content

Commit

Permalink
Bump version, add cog docs
Browse files Browse the repository at this point in the history
  • Loading branch information
YumYummity committed Jul 29, 2024
1 parent 080f2d7 commit cfc0e36
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Examples/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ async def hi(ctx: commands.Context):


bot.run(
"gapi_g3ApoXCAoHXpEda7YvyU2KPHLepbBxHHIv0sdA7nnkJ5Gt353rFuDlWq8RdlYmer9C58jaTCXKjPjtcCcBLwgA=="
"gapi_token"
)
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ New events were added that are accessible like any other guilded.py event.
- `on_console_command_error`
- `on_console_message`

### Console Cogs
All cogs should be replaced with a ConsoleCog; it implements guilded.py's Cog feature so it will work the same.

### You can stop the console

```python
Expand Down
24 changes: 0 additions & 24 deletions docs/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion gpyConsole/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
gpy-console
"""

__version__ = "0.1.1a"
__version__ = "0.2.1"

try:
import guilded
Expand Down

0 comments on commit cfc0e36

Please sign in to comment.