Skip to content

Commit

Permalink
ci: proper import on test driven
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Jun 26, 2022
1 parent 868107b commit 23bd686
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<a href="https://sinkaroid.github.io/disgrowth"><img width="470" src="https://cdn.discordapp.com/attachments/952117487166705747/990353746729001010/disgrowth.png" alt="disgrowth"></a>
<a href="https://sinkaroid.github.io/disgrowth"><img width="470" src="https://cdn.discordapp.com/attachments/952117487166705747/990435233683894332/disgrowth-memek.png" alt="disgrowth"></a>


<h4 align="center">A growth increments for your Discord bots</h4>
Expand All @@ -9,7 +9,8 @@
<a href="https://codeclimate.com/github/sinkaroid/disgrowth/maintainability"><img src="https://api.codeclimate.com/v1/badges/726d1d6eb057432f9432/maintainability" /></a>
</p>

Disgrowth is a module for Discord bots. It allows you to check your bot's growth statistics, update periodically every hour, and the hope that it will be reusable for every bot developers.
Disgrowth is a module for Discord bots. It allows you to check your bot's growth statistics,
Update hourly, and the hope that it will be reusable for every bot developers.
[The prerequisites](#Prerequisites) should be met before using this library.

<a href="https://github.com/sinkaroid/disgrowth/blob/master/CONTRIBUTING.md">Contributing</a> •
Expand Down
2 changes: 1 addition & 1 deletion test/disgrowth.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Disgrowth from "../build/index";
import Disgrowth from "../index";

const bot = new Disgrowth("724047481561809007");
bot.myStats().then((res) => { console.log("myStats", res); });
2 changes: 1 addition & 1 deletion test/mocha.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Disgrowth from "../build/index";
import Disgrowth from "../index";
import chai from "chai";
import { Data } from "../src/interfaces";
const expect = chai.expect;
Expand Down

0 comments on commit 23bd686

Please sign in to comment.