Skip to content

Commit

Permalink
UrbanDict
Browse files Browse the repository at this point in the history
- Made `doTing(string)` instance method
  • Loading branch information
deavmi committed Jul 3, 2023
1 parent e023dc8 commit d8096ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/botty/modules/urbandict.d
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public final class UrbanDict : Mod
}
}

private static void doThing(string term)
private void doThing(string term)
{
import std.string : fromStringz;
import etc.c.curl : curl_escape;
Expand Down

0 comments on commit d8096ca

Please sign in to comment.