Skip to content

Commit 7e7f0b7

Browse files
authored
Update examples.py
1 parent 4b3232d commit 7e7f0b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ def _check(i: discord.Interaction, b: discord.ButtonClick):
5656

5757

5858
class Pointer:
59+
60+
"""
61+
Just a small class that facilitates holding and changing the position of the square
62+
"""
5963
def __init__(self, guild: discord.Guild):
6064
self.guild = guild
6165
self._possition_x = 0

0 commit comments

Comments
 (0)