mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-06 17:04:56 +05:30
chore: userTypes
This commit is contained in:
parent
75b08de646
commit
7a6e1c0e07
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ export const tool = defineTool('number', {
|
|||
name: 'number:randomNumberGenerator.title',
|
||||
description: 'number:randomNumberGenerator.description',
|
||||
shortDescription: 'number:randomNumberGenerator.shortDescription',
|
||||
longDescription: 'number:randomNumberGenerator.longDescription'
|
||||
longDescription: 'number:randomNumberGenerator.longDescription',
|
||||
userTypes: ['generalUsers']
|
||||
},
|
||||
path: 'random-number-generator',
|
||||
icon: 'mdi:dice-multiple',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue