Skip to content

Commit

Permalink
removed undefined formatstring() function
Browse files Browse the repository at this point in the history
formatstring() is not yet present in RDcards, i really need to finish DPS2004#50
  • Loading branch information
HastagGuigui authored Dec 30, 2022
1 parent 566187d commit 89f5764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/pull.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ local time = sw:getTime()
end
end

message.channel:send(formatstring(lang.wait_message, {durationtext}))
message.channel:send(lang.wait_message_1 .. durationtext .. lang.wait_message_2)
return
end
end
Expand Down

0 comments on commit 89f5764

Please sign in to comment.