Compare commits
3 Commits
4d886df641
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75a8e38f42 | ||
|
|
f7da37ffe3 | ||
|
|
4e461c3cff |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,5 +3,4 @@
|
|||||||
log
|
log
|
||||||
dist
|
dist
|
||||||
node_modules
|
node_modules
|
||||||
queues.json
|
|
||||||
token.txt
|
token.txt
|
||||||
5734
package-lock.json
generated
5734
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
13
pnpm-lock.yaml
generated
13
pnpm-lock.yaml
generated
@@ -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
0
scripts/mac-linux/install
Normal file → Executable file
0
scripts/mac-linux/start
Normal file → Executable file
0
scripts/mac-linux/start
Normal file → Executable file
0
scripts/mac-linux/start_screen
Normal file → Executable file
0
scripts/mac-linux/start_screen
Normal file → Executable file
0
scripts/mac-linux/start_tmux
Normal file → Executable file
0
scripts/mac-linux/start_tmux
Normal file → Executable 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',
|
||||||
|
|||||||
Reference in New Issue
Block a user