Skip to content

Commit

Permalink
fix: update list of namerator options
Browse files Browse the repository at this point in the history
  • Loading branch information
theusaf committed Apr 11, 2024
1 parent 745fbbc commit 4ab5f98
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
9 changes: 5 additions & 4 deletions dist/kahoot-antibot.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @name:ja Kーアンチボット
// @namespace http://tampermonkey.net/
// @homepage https://theusaf.org
// @version 4.2.4
// @version 4.2.5
// @icon https://cdn.discordapp.com/icons/641133408205930506/31c023710d468520708d6defb32a89bc.png
// @description Remove all bots from a kahoot game.
// @description:es eliminar todos los bots de un Kahoot! juego.
Expand Down Expand Up @@ -207,6 +207,7 @@ const METHODS = {
"Arctic",
"Awesome",
"Balanced",
"Blue",
"Bold",
"Brave",
"Bright",
Expand Down Expand Up @@ -248,6 +249,7 @@ const METHODS = {
"Glowing",
"Golden",
"Great",
"Green",
"Groovy",
"Happy",
"Helpful",
Expand Down Expand Up @@ -279,6 +281,7 @@ const METHODS = {
"Radiant",
"Rapid",
"Rational",
"Red",
"Rockstar",
"Rocky",
"Royal",
Expand All @@ -302,7 +305,7 @@ const METHODS = {
"Wise",
"Witty",
"Wonder",
"Zany",
"Yellow",
], lastNames = [
"Alpaca",
"Ant",
Expand Down Expand Up @@ -348,7 +351,6 @@ const METHODS = {
"Gnu",
"Goat",
"Goose",
"Gorilla",
"Griffin",
"Hamster",
"Hare",
Expand All @@ -371,7 +373,6 @@ const METHODS = {
"Lobster",
"Macaw",
"Meerkat",
"Monkey",
"Mouse",
"Newt",
"Octopus",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kantibot",
"version": "4.2.0",
"version": "4.2.5",
"description": "Remove all bots from a kahoot game.",
"main": "index.js",
"scripts": {
Expand Down
9 changes: 5 additions & 4 deletions src/kahoot-antibot.user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @name:ja Kーアンチボット
// @namespace http://tampermonkey.net/
// @homepage https://theusaf.org
// @version 4.2.4
// @version 4.2.5
// @icon https://cdn.discordapp.com/icons/641133408205930506/31c023710d468520708d6defb32a89bc.png
// @description Remove all bots from a kahoot game.
// @description:es eliminar todos los bots de un Kahoot! juego.
Expand Down Expand Up @@ -232,6 +232,7 @@ const METHODS = {
"Arctic",
"Awesome",
"Balanced",
"Blue",
"Bold",
"Brave",
"Bright",
Expand Down Expand Up @@ -273,6 +274,7 @@ const METHODS = {
"Glowing",
"Golden",
"Great",
"Green",
"Groovy",
"Happy",
"Helpful",
Expand Down Expand Up @@ -304,6 +306,7 @@ const METHODS = {
"Radiant",
"Rapid",
"Rational",
"Red",
"Rockstar",
"Rocky",
"Royal",
Expand All @@ -327,7 +330,7 @@ const METHODS = {
"Wise",
"Witty",
"Wonder",
"Zany",
"Yellow",
],
lastNames = [
"Alpaca",
Expand Down Expand Up @@ -374,7 +377,6 @@ const METHODS = {
"Gnu",
"Goat",
"Goose",
"Gorilla",
"Griffin",
"Hamster",
"Hare",
Expand All @@ -397,7 +399,6 @@ const METHODS = {
"Lobster",
"Macaw",
"Meerkat",
"Monkey",
"Mouse",
"Newt",
"Octopus",
Expand Down

0 comments on commit 4ab5f98

Please sign in to comment.