Skip to content

Commit c4415ac

Browse files
fix line endings
1 parent 0526da7 commit c4415ac

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

data/cmd_values.txt

+26-24
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,7 @@ Example Out: 175654938540638208```}{aset;cmd#userxp;**Tag: __userxp__**```ruby
226226
Usage: {lb}userxp[{semi}user]{rb}
227227
Description: Returns the `user`s amount of global experience. The `user` value can be anything with an id in it (including @mentions). Default `user` is the person that called the command.
228228
Example In: {lb}userxp{semi}@David{rb}
229-
Example Out: 319675```}{aset;cmd#userscore;Tag: userscore
230-
Usage: {lbuserscore[{semi}userid]{rb}
231-
Description: Displays `userid`s current score, defaults to the user calling the tag.
232-
Example In: {lb}userscore{semi}@Kao#9678{rb}
233-
Example Out: 81624
234-
}
229+
Example Out: 319675```}
235230

236231
t!t test {aset;cmd#avars;**Tag: __avars__**```ruby
237232
Usage: {lb}avars[{semi}index]{rb}
@@ -279,7 +274,31 @@ Example Out: 4```}{aset;cmd#incr;**Tag: __incr__**```ruby
279274
Usage: {lb}incr{semi}number{rb}
280275
Description: Increases number by 1.
281276
Example In: {lb}incr{semi}5{rb}
282-
Example Out: 6```}
277+
Example Out: 6```}{aset;cmd#userscore;**Tag: __userscore__**```ruby
278+
Usage: {lb}userscore[{semi}userid]{rb}
279+
Description: Displays `userid`s current score, defaults to the user calling the tag.
280+
Example In: {lb}userscore{semi}@Kao#9678{rb}
281+
Example Out: 81624```}
282+
283+
t!t test {aset;cmd#list;```ruby
284+
`Tags Tutorial Menu` ```
285+
Use `t!t cmd [tag]` to get more info on a reserved tag, for example: `t!t cmd username`
286+
287+
**1. Statements - `if` | `switch`
288+
2. Operations - `abs` | `avg` | `base` | `bit` | `ceil` | `floor` | `math` | `round` | `incr` | `decr`
289+
3. Randomizers - `randarg` | `randchoice` | `randint` | `randstr` | `randuser` | `shuffle` | `emojis`
290+
4. Evaluators - `args` | `argslen` | `length` | `substr` | `time` | `indexof` | `lastindexof`
291+
5. Manipulators - `lower` | `pad` | `regexreplace` | `repeat` | `replace` | `reverse` | `upper`
292+
6. Executors - `loop` | `inject` | `exec`
293+
7. Variables - `get` | `aget` | `set` | `aset` | `vars` | `avars`
294+
8. Channel - `channelid` | `channelname` | `channeltopic`
295+
9. Server - `serverid` | `servername` | `serverusers`
296+
10. User - `usercreatedat` | `usercredits` | `userdiscrim` | `userid` | `username` | `usernick` | `userperms` | `userpoints` | `userscore ` | `userrep` | `userrole` | `userxp`
297+
11. Noparse - `lb` | `rb` | `nl` | `semi` **
298+
299+
```py
300+
>>> To learn how to create a tag, use 't!t cmd'
301+
>>> If you want the complete list, get the tagdocs here 'https://the-lazy-learner.github.io/tatsu-tags.html'```}
283302

284303

285304

@@ -315,22 +334,5 @@ Tatsumaki: `Hello David!`
315334
```py
316335
>>> To view the full list of reserved tags, do 't!t cmd list'```}
317336

318-
t!t test {aset;cmd#list;```ruby
319-
`Tags Tutorial Menu` ```
320-
Use `t!t cmd [tag]` to get more info on a reserved tag, for example: `t!t cmd username`
321337

322-
**1. Statements - `if` | `switch`
323-
2. Operations - `abs` | `avg` | `base` | `bit` | `ceil` | `floor` | `math` | `round` | `incr` | `decr`
324-
3. Randomizers - `randarg` | `randchoice` | `randint` | `randstr` | `randuser` | `shuffle` | `emojis`
325-
4. Evaluators - `args` | `argslen` | `length` | `substr` | `time` | `indexof` | `lastindexof`
326-
5. Manipulators - `lower` | `pad` | `regexreplace` | `repeat` | `replace` | `reverse` | `upper`
327-
6. Executors - `loop` | `inject` | `exec`
328-
7. Variables - `get` | `aget` | `set` | `aset` | `vars` | `avars`
329-
8. Channel - `channelid` | `channelname` | `channeltopic`
330-
9. Server - `serverid` | `servername` | `serverusers`
331-
10. User - `usercreatedat` | `usercredits` | `userdiscrim` | `userid` | `username` | `usernick` | `userperms` | `userpoints` | `userrep` | `userrole` | `userxp`
332-
11. Noparse - `lb` | `rb` | `nl` | `semi` **
333338

334-
```py
335-
>>> To learn how to create a tag, use 't!t cmd'
336-
>>> If you want the complete list, get the tagdocs here 'https://the-lazy-learner.github.io/tatsu-tags.html'```}

0 commit comments

Comments
 (0)