Skip to content

Commit

Permalink
remove inline to completed
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 16, 2023
1 parent 1e17ede commit 03ac4ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 103 deletions.
101 changes: 0 additions & 101 deletions delta/inline.ts

This file was deleted.

2 changes: 0 additions & 2 deletions delta/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import inline from "./inline.ts";
import which from "./which.ts";
import { Bot } from "../deps.ts";
import channel from "./channel.ts";
Expand All @@ -10,7 +9,6 @@ import version from "./version.ts";

export default async (bot: Bot) => {
await bot
.use(inline)
.use(which)
.use(groups)
.use(useful)
Expand Down

0 comments on commit 03ac4ed

Please sign in to comment.