Compare commits

..

4 Commits

Author SHA1 Message Date
4ad4f69f9f updated package info 2022-02-01 11:59:34 -06:00
dc0cc6685d typo 2022-01-31 21:20:12 -06:00
c04cd2ef12 i hate windows 2022-01-31 21:18:43 -06:00
763892443d there were some extra newlines 2022-01-31 19:46:09 -06:00
6 changed files with 10 additions and 11 deletions

View File

@@ -1,6 +1,8 @@
<!-- markdownlint-disable MD033 -->
# 1800queue
# 1800queue alt
This version does not run continuously, and requires each tourney to be started with a command
## Prerequirements

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "1800queue",
"name": "1800queue-alt",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "1800queue",
"name": "1800queue-alt",
"version": "1.0.0",
"license": "MIT",
"dependencies": {

View File

@@ -1,5 +1,5 @@
{
"name": "1800queue",
"name": "1800queue-alt",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",

View File

@@ -3,9 +3,6 @@
@REM change to ccurrent directory
cd %~f0\..\..\..\
@REM run
npm install
@REM discord token
if not exist "token" copy NUL "token"
@@ -14,3 +11,6 @@ if %size% equ 0 (
set /p token="Enter your discord bot token: "
echo | set /p=%id% > "token"
)
@REM run
npm install

View File

@@ -94,7 +94,7 @@ async function sendTeamsEmbed(interaction: CommandInteraction, teams: GuildMembe
teams.forEach((team, i) => {
team.map(m => m.user.tag);
embed.addField(`Title ${i+1}`, team.join('\n'))
embed.addField(`Team ${i+1}`, team.join('\n'))
});
interaction.reply({embeds: [embed]});

View File

@@ -46,9 +46,6 @@ export const emsg = (msg: string, ephemeral: boolean = true) => new errorMessage
export type queueInfo = {
players: GuildMember[],
initiator: {