We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb46367 commit 980d60eCopy full SHA for 980d60e
lovely.toml
@@ -166,7 +166,8 @@ target = "functions/button_callbacks.lua"
166
pattern = '''add_tag(_tag.config.ref_table)'''
167
position = "at"
168
payload = '''
169
-add_tag(Cryptid.get_next_tag or _tag.config.ref_table, true)
+local tag = Cryptid.get_next_tag()
170
+add_tag(tag and Tag(tag) or _tag.config.ref_table, true)
171
'''
172
match_indent = true
173
0 commit comments