Added humor/comedy tags.

This commit is contained in:
DebaucheryLibrarian 2024-08-17 02:36:33 +02:00
parent a989bcb169
commit f81ec6f393
1 changed files with 8 additions and 0 deletions

View File

@ -1255,6 +1255,10 @@ const tags = [
name: 'bikini', name: 'bikini',
slug: 'bikini', slug: 'bikini',
}, },
{
name: 'comedy',
slug: 'comedy',
},
]; ];
const aliases = [ const aliases = [
@ -2573,6 +2577,10 @@ const aliases = [
name: 'threesomes', name: 'threesomes',
for: 'threesome', for: 'threesome',
}, },
{
name: 'humor',
for: 'comedy',
},
]; ];
const priorities = [ // higher index is higher priority const priorities = [ // higher index is higher priority