Skip to content

Commit 19d5a4e

Browse files
committed
Update spam "textall" command comment
1 parent 61e54e0 commit 19d5a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spam/spam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async def text(self, ctx):
123123

124124
@_list.command()
125125
async def textall(self, ctx):
126-
""" Shows a list of blocked texts"""
126+
""" Saves a list of blocked texts to file """
127127
strings = await self.config.guild(ctx.guild).strings()
128128
msg = ""
129129
for key in strings:

0 commit comments

Comments
 (0)