Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

NickR69420/dobro-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dobro-Utils

Originally made for my bot Dobro but can be used by all!

Usage

Javascript

const { Utils } = require("dobro-utils");

const util = new Utils();

util.formatString("HELLO"); // Hello

Typescript

import { Utils } from "dobro-utils";

const util = new Utils();

util.formatString("HELLO"); // Hello

Enjoy!