You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -84,7 +91,14 @@ Access for your account - allowed 🔓
84
91
-all emojis should be wrapped in`:`
85
92
-all variables must be specified in the same form asin your code
86
93
```json
87
-
{"templates": {"progressbar_message": {"text": "{0} Messages from the queue have already been processed", "args": [":framed_picture:", "progressbar"]}}
94
+
{
95
+
"templates": {
96
+
"queue_message": {
97
+
"text": "{0} Messages from the queue have already been processed\n{1}",
98
+
"args": [":framed_picture:", "progressbar"]
99
+
}
100
+
}
101
+
}
88
102
```
89
103
90
104
```python
@@ -94,16 +108,20 @@ from messages import Messages
0 commit comments