Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Commit 3c3d03a

Browse files
authored
Fix to example
1 parent 2a50b03 commit 3c3d03a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ A quick and easy paginator example:
3838
super().__init__(*args, **kwargs)
3939
4040
@buttons.button(emoji='\u23FA')
41-
async def record_button(self, ctx):
41+
async def record_button(self, ctx, member):
4242
await ctx.send('This button sends a silly message! But could be programmed to do much more.')
4343
4444
@buttons.button(emoji='my_custom_emoji:1234567890')
45-
async def silly_button(self, ctx):
45+
async def silly_button(self, ctx, member):
4646
await ctx.send('Beep boop...')
4747
4848

0 commit comments

Comments
 (0)