1.2.6 β’ Published 3 years ago
developing-table v1.2.6
β | ΒΏ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
Function | Description |
---|---|
getArray | Gets an Array from your code |
getCustomArray | Gets a custom Array from your code |
msToDuration | Gets the ms (miliseconds) and turns it to a duration |
pagination | Gets an embed with buttons |
hasOnlyNumber | Checks if only has numbers |
randomString | Gets a random String |
encode | Encode your Array |
decode | Decode your String |
reverseString | Reverse a random String |
cat | Gets an URL of a cute cat |
generateKey | Generates a random key |
randomKey | Gets a random key |
randomRobloxGame | Gets 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
- New Developing-Table problem forms.
- New function
- 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