Browse Source

Update IModuleBase.cs

pull/848/head
Jamaic230 GitHub 8 years ago
parent
commit
a9d3f90cc2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Commands/IModuleBase.cs

+ 1
- 1
src/Discord.Net.Commands/IModuleBase.cs View File

@@ -6,6 +6,6 @@

void BeforeExecute(CommandInfo command);
void AfterExecute(CommandInfo command);
void AfterExecute(CommandInfo command, Exception exception);
}
}

Loading…
Cancel
Save