1.2.6 β€’ Published 3 years ago

developing-table v1.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

❗ | ΒΏWhat is "developing-table"?

Is a nice npm to use, with your Discord bot or some random Functions. ΒΏAny problems? Visit the form Developing-Table problems to be able to send your error! And one thing, this package is now in Beta, it will be complete soon!

πŸ’– | Features

  • πŸ‘Ά Beginner friendly
  • πŸ”¨ Easy to use
  • πŸ“– Simple
  • πŸ’ͺ Supports Discord.js V13
  • πŸ€— Β‘And much more!

πŸ“₯ | Install the package

Node.js 16.6.0 or newer is required for this package!

npm install developing-table
yarn add developing-table
pnpm add developing-table

πŸ”° | Functions

FunctionDescription
getArrayGets an Array from your code
getCustomArrayGets a custom Array from your code
msToDurationGets the ms (miliseconds) and turns it to a duration
paginationGets an embed with buttons
hasOnlyNumberChecks if only has numbers
randomStringGets a random String
encodeEncode your Array
decodeDecode your String
reverseStringReverse a random String
catGets an URL of a cute cat
generateKeyGenerates a random key
randomKeyGets a random key
randomRobloxGameGets a random Roblox game

πŸ“š | Usage

const developing = require('developing-table');

await developing.randomString()

✏️ | Example

const developing = require('developing-table');
const Discord = require('discord.js');
const intents = new Discord.Intents();
const client = new Discord.Client({ intents: 32767 });

client.on('ready', async () => {
   console.log('Bot ready!')
})

client.on('messageCreate', async (message) => {
   if(message.content === '!randomstring') {
      const randomstring = await developing.randomString(50);
      message.channel.send({ content: `${randomstring}` })
   }
})

client.login('YOUR_DISCORD_TOKEN')

πŸ“€ | Result

πŸ“‹ | Latest update v1.2.6

  1. New Developing-Table problem forms.
  2. New function
  3. Fixed index.js

πŸ‘·β€β™‚οΈ | Creators

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.2.3

3 years ago

1.1.4

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago