summaryrefslogtreecommitdiff
path: root/DiscoBot/Auxiliary/Extensions.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-06-11 22:34:52 +0200
committerTrueDoctor <d-kobert@web.de>2018-06-11 22:34:52 +0200
commit25a4645a9defd2e71ac05bb529cbec5c04492f3a (patch)
tree873d492b7dcb105b2ce9303e7eade84017834e58 /DiscoBot/Auxiliary/Extensions.cs
parentaf937e7a8519ea3b06be651eb21b54132295c510 (diff)
added reply async Stringlist extension
Diffstat (limited to 'DiscoBot/Auxiliary/Extensions.cs')
-rw-r--r--DiscoBot/Auxiliary/Extensions.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/DiscoBot/Auxiliary/Extensions.cs b/DiscoBot/Auxiliary/Extensions.cs
index a1d58fa..fad5dd8 100644
--- a/DiscoBot/Auxiliary/Extensions.cs
+++ b/DiscoBot/Auxiliary/Extensions.cs
@@ -29,4 +29,5 @@
return temp + str;
}
}
+
}