Compare commits

..

3 Commits

Author SHA1 Message Date
Ashley Rosch
75a8e38f42 added fae/fem pronouns 2022-06-11 11:17:15 -05:00
Ashley Rosch
f7da37ffe3 minor updates 2022-04-01 13:14:15 -05:00
Ashley Rosch
4e461c3cff updated gitignore 2022-04-01 13:00:06 -05:00
8 changed files with 6 additions and 5749 deletions

1
.gitignore vendored
View File

@@ -3,5 +3,4 @@
log log
dist dist
node_modules node_modules
queues.json
token.txt token.txt

5734
package-lock.json generated

File diff suppressed because it is too large Load Diff

13
pnpm-lock.yaml generated
View File

@@ -1,7 +1,6 @@
lockfileVersion: 5.3 lockfileVersion: 5.3
specifiers: specifiers:
'@discordjs/builders': ^0.12.0
'@discordjs/rest': ^0.3.0 '@discordjs/rest': ^0.3.0
'@types/command-line-args': ^5.2.0 '@types/command-line-args': ^5.2.0
'@types/node': ^17.0.23 '@types/node': ^17.0.23
@@ -18,7 +17,6 @@ specifiers:
typescript: ^4.6.3 typescript: ^4.6.3
dependencies: dependencies:
'@discordjs/builders': 0.12.0
discord.js: 13.6.0 discord.js: 13.6.0
discordslash: github.com/zomoxyz/discordslash/144a6a3e04e9e35b990e952913986e7c05f9e299 discordslash: github.com/zomoxyz/discordslash/144a6a3e04e9e35b990e952913986e7c05f9e299
lang: github.com/zomoxyz/lang/98ccb87a14af6ac1d50dfd5f8fd473adb8616b73 lang: github.com/zomoxyz/lang/98ccb87a14af6ac1d50dfd5f8fd473adb8616b73
@@ -61,17 +59,6 @@ packages:
zod: 3.14.3 zod: 3.14.3
dev: false dev: false
/@discordjs/builders/0.12.0:
resolution: {integrity: sha512-Vx2MjUZd6QVo1uS2uWt708Fd6cHWGFblAvbpL5EBO+kLl0BADmPwwvts+YJ/VfSywed6Vsk6K2cEooR/Ytjhjw==}
engines: {node: '>=16.9.0'}
dependencies:
'@sindresorhus/is': 4.6.0
discord-api-types: 0.26.1
ts-mixer: 6.0.1
tslib: 2.3.1
zod: 3.14.3
dev: false
/@discordjs/collection/0.4.0: /@discordjs/collection/0.4.0:
resolution: {integrity: sha512-zmjq+l/rV35kE6zRrwe8BHqV78JvIh2ybJeZavBi5NySjWXqN3hmmAKg7kYMMXSeiWtSsMoZ/+MQi0DiQWy2lw==} resolution: {integrity: sha512-zmjq+l/rV35kE6zRrwe8BHqV78JvIh2ybJeZavBi5NySjWXqN3hmmAKg7kYMMXSeiWtSsMoZ/+MQi0DiQWy2lw==}
engines: {node: '>=16.0.0', npm: '>=7.0.0'} engines: {node: '>=16.0.0', npm: '>=7.0.0'}

0
scripts/mac-linux/install Normal file → Executable file
View File

0
scripts/mac-linux/start Normal file → Executable file
View File

0
scripts/mac-linux/start_screen Normal file → Executable file
View File

0
scripts/mac-linux/start_tmux Normal file → Executable file
View File

View File

@@ -32,9 +32,14 @@ export const InteractionRoles: (Opt.Row|Opt.Menu)[] = [
}, },
{ {
label: 'Fae/Faer', label: 'Fae/Faer',
value: 'fae', value: 'faefaer',
roleid: '862687559464386601' roleid: '862687559464386601'
}, },
{
label: 'Fae/Fem',
value: 'faefem',
roleid: '985215761796694106'
},
{ {
label: 'Any', label: 'Any',
value: 'any', value: 'any',